From 9fd2b47c27a3dca4da8e6e3f8162f48cbd5b60cb Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Fri, 15 Apr 2016 16:50:47 +0200 Subject: [PATCH] Fix Typo in Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74cd0e4e4c6..655de829b9c 100644 --- a/README.md +++ b/README.md @@ -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. `$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 -the trailing `/bin/cargo). +the trailing `/bin/cargo`). 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 @@ -58,4 +58,4 @@ additional terms or conditions. [mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md [usask]: https://www.usask.ca/ [multirust]: https://github.com/brson/multirust -[rustup]: https://www.rustup.rs \ No newline at end of file +[rustup]: https://www.rustup.rs -- 2.44.0