about summary refs log tree commit diff
diff options
context:
space:
mode:
authortopecongiro <seuchida@gmail.com>2017-10-19 06:02:13 +0900
committertopecongiro <seuchida@gmail.com>2017-10-19 06:02:13 +0900
commite11abd15419b513500da07cf22e2b36ceb9b35a1 (patch)
tree6cc85bfc062f8b522ec73bdac82ad0ed168316ec
parent0d6923d1b58ca325daf97cc9617651e812b14c54 (diff)
downloadrust-e11abd15419b513500da07cf22e2b36ceb9b35a1.tar.gz
rust-e11abd15419b513500da07cf22e2b36ceb9b35a1.zip
Fix typos
-rw-r--r--src/bootstrap/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md
index 7c257682e4a..9ff681ac680 100644
--- a/src/bootstrap/README.md
+++ b/src/bootstrap/README.md
@@ -129,14 +129,14 @@ configure your directory to use this build, like so:
 # configure to use local rust instead of downloading a beta.
 # `--local-rust-root` is optional here. If elided, we will
 # use whatever rustc we find on your PATH.
-> configure --local-rust-root=~/.cargo/ --enable-local-rebuild
+> ./configure --local-rust-root=~/.cargo/ --enable-local-rebuild
 ```
 
 After that, you can use the `--incremental` flag to actually do
 incremental builds:
 
 ```
-> ../x.py build --incremental
+> ./x.py build --incremental
 ```
 
 The `--incremental` flag will store incremental compilation artifacts