We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6923d commit e11abd1Copy full SHA for e11abd1
src/bootstrap/README.md
@@ -129,14 +129,14 @@ configure your directory to use this build, like so:
129
# configure to use local rust instead of downloading a beta.
130
# `--local-rust-root` is optional here. If elided, we will
131
# use whatever rustc we find on your PATH.
132
-> configure --local-rust-root=~/.cargo/ --enable-local-rebuild
+> ./configure --local-rust-root=~/.cargo/ --enable-local-rebuild
133
```
134
135
After that, you can use the `--incremental` flag to actually do
136
incremental builds:
137
138
139
-> ../x.py build --incremental
+> ./x.py build --incremental
140
141
142
The `--incremental` flag will store incremental compilation artifacts
0 commit comments