Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29cbd15

Browse files
authoredAug 16, 2020
Update README for changes in x.py defaults
See rust-lang/rust#73964. The choices are either to link to `stage1` with rustup or build stage 2; this recommends to build stage2 to be consistent with the existing docs.
1 parent de3edc5 commit 29cbd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎summarize/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can also profile your own custom build of rustc. First you'll have to clone
8080

8181
```bash
8282
$ git clone https://github.com/rust-lang/rust.git
83-
$ ./x.py build
83+
$ ./x.py build --stage 2
8484
# This will take a while...
8585
$ rustup toolchain link mytoolchain build/x86_64-unknown-linux-gnu/stage2
8686
```

0 commit comments

Comments
 (0)
Please sign in to comment.