Skip to content

Commit f84631c

Browse files
committed
README: fix rust build dir
1 parent ed56939 commit f84631c

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)