fix typo in src/bootstrap/README.md

This commit is contained in:
Alexander Kuleshov 2017-10-13 23:51:38 +06:00
parent d27411494a
commit 7439da61fc

View File

@ -126,7 +126,7 @@ install a nightly, presumably using `rustup`. You will then want to
configure your directory to use this build, like so:
```
# configure to use local rust instead of downloding a beta.
# 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 --enable-rustbuild --local-rust-root=~/.cargo/ --enable-local-rebuild