Skip to content

Commit

Permalink
Merge pull request #1135 from RalfJung/readme
Browse files Browse the repository at this point in the history
README: fix rust build dir
  • Loading branch information
Diggsey authored May 24, 2017
2 parents ed56939 + f84631c commit a0d0d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ $ rustup toolchain link my-toolchain path/to/my/toolchain/sysroot
For example, on Ubuntu you might clone `rust-lang/rust` into `~/rust`, build it, and then run:

```
$ rustup toolchain link myrust ~/rustg/x86_64-unknown-linux-gnu/stage2/
$ rustup toolchain link myrust ~/rust/build/x86_64-unknown-linux-gnu/stage2/
$ rustup default myrust
```

Expand Down

0 comments on commit a0d0d21

Please sign in to comment.