Skip to content

Commit

Permalink
Remove --enable-rustbuild config option from example
Browse files Browse the repository at this point in the history
  • Loading branch information
topecongiro committed Oct 18, 2017
1 parent fc208bb commit 0d6923d
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 @@ -129,7 +129,7 @@ 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 --enable-rustbuild --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
Expand Down

0 comments on commit 0d6923d

Please sign in to comment.