Skip to content

Commit 29cbd15

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)