Skip to content

Commit aeb68ce

Browse files
authored
Merge pull request #124 from jyn514/patch-1
Update README for changes in x.py defaults
2 parents de3edc5 + c53c9c9 commit aeb68ce

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
@@ -82,7 +82,7 @@ You can also profile your own custom build of rustc. First you'll have to clone
8282
$ git clone https://github.com/rust-lang/rust.git
8383
$ ./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)