Skip to content

Commit

Permalink
fix typo in src/bootstrap/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAX committed Oct 13, 2017
1 parent d274114 commit 7439da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7439da6

Please sign in to comment.