Skip to content

Commit a0d0d21

Browse files
authored
Merge pull request #1135 from RalfJung/readme
README: fix rust build dir
2 parents ed56939 + f84631c commit a0d0d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ $ rustup toolchain link my-toolchain path/to/my/toolchain/sysroot
407407
For example, on Ubuntu you might clone `rust-lang/rust` into `~/rust`, build it, and then run:
408408

409409
```
410-
$ rustup toolchain link myrust ~/rustg/x86_64-unknown-linux-gnu/stage2/
410+
$ rustup toolchain link myrust ~/rust/build/x86_64-unknown-linux-gnu/stage2/
411411
$ rustup default myrust
412412
```
413413

0 commit comments

Comments
 (0)