Skip to content

Commit c53c9c9

Browse files
authored
Recommend stage1, not stage2
1 parent 29cbd15 commit c53c9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

summarize/Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ 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 --stage 2
83+
$ ./x.py build
8484
# This will take a while...
85-
$ rustup toolchain link mytoolchain build/x86_64-unknown-linux-gnu/stage2
85+
$ rustup toolchain link mytoolchain build/x86_64-unknown-linux-gnu/stage1
8686
```
8787

8888
Where `mytoolchain` is the name of your custom toolchain. Now we do more or less the same

0 commit comments

Comments
 (0)