Skip to content

Commit

Permalink
Typo pasting.
Browse files Browse the repository at this point in the history
  • Loading branch information
scuellar committed Oct 15, 2020
1 parent ba8932d commit c8516d5
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 @@ -47,7 +47,7 @@ As mentioned in the command output, don't forget to add the installation directo

1. Fetch the Rust sourcecode

1. automatically via [rustup](https://www.rustup.rs/) and run `rustup component add rust-src` in order to install the source to `$(rustc --print sysroot)/lib/rustlib/src/rust/library` (or `$(rustc --print sysroot)/lib/rustlib/src/rust/library` in older toolchains). Rustup will keep the sources in sync with the toolchain if you run `rustup update`.
1. automatically via [rustup](https://www.rustup.rs/) and run `rustup component add rust-src` in order to install the source to `$(rustc --print sysroot)/lib/rustlib/src/rust/library` (or `$(rustc --print sysroot)/lib/rustlib/src/rust/src` in older toolchains). Rustup will keep the sources in sync with the toolchain if you run `rustup update`.

2. manually from git: https://github.com/rust-lang/rust

Expand Down

0 comments on commit c8516d5

Please sign in to comment.