Fix Typo in Readme
This commit is contained in:
parent
e81d88d236
commit
9fd2b47c27
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ If you are using [rustup][rustup] (the name of the multirust rewrite in Rust),
|
||||||
the `sysroot` path will also include your build target (e.g.
|
the `sysroot` path will also include your build target (e.g.
|
||||||
`$HOME/.multirust/toolchains/nightly-2016-04-11-x86_64-apple-darwin`). You can
|
`$HOME/.multirust/toolchains/nightly-2016-04-11-x86_64-apple-darwin`). You can
|
||||||
see the current toolchain's directory by running `rustup which cargo` (ignoring
|
see the current toolchain's directory by running `rustup which cargo` (ignoring
|
||||||
the trailing `/bin/cargo).
|
the trailing `/bin/cargo`).
|
||||||
|
|
||||||
If you installed without using multirust or rustup, you'll need to adjust the
|
If you installed without using multirust or rustup, you'll need to adjust the
|
||||||
command to run your cargo and set the `sysroot` to the directory where your
|
command to run your cargo and set the `sysroot` to the directory where your
|
||||||
|
@ -58,4 +58,4 @@ additional terms or conditions.
|
||||||
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
|
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
|
||||||
[usask]: https://www.usask.ca/
|
[usask]: https://www.usask.ca/
|
||||||
[multirust]: https://github.com/brson/multirust
|
[multirust]: https://github.com/brson/multirust
|
||||||
[rustup]: https://www.rustup.rs
|
[rustup]: https://www.rustup.rs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue