Skip to content

Commit 0d6923d

Browse files
committed
Remove --enable-rustbuild config option from example
1 parent fc208bb commit 0d6923d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ configure your directory to use this build, like so:
129129
# configure to use local rust instead of downloading a beta.
130130
# `--local-rust-root` is optional here. If elided, we will
131131
# use whatever rustc we find on your PATH.
132-
> configure --enable-rustbuild --local-rust-root=~/.cargo/ --enable-local-rebuild
132+
> configure --local-rust-root=~/.cargo/ --enable-local-rebuild
133133
```
134134

135135
After that, you can use the `--incremental` flag to actually do

0 commit comments

Comments
 (0)