Skip to content

Commit

Permalink
Update README for changes in x.py defaults
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jyn514 authored Aug 16, 2020
1 parent de3edc5 commit 29cbd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summarize/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You can also profile your own custom build of rustc. First you'll have to clone

```bash
$ git clone https://github.com/rust-lang/rust.git
$ ./x.py build
$ ./x.py build --stage 2
# This will take a while...
$ rustup toolchain link mytoolchain build/x86_64-unknown-linux-gnu/stage2
```
Expand Down

0 comments on commit 29cbd15

Please sign in to comment.