Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 99f39a1

Browse files
committed
Auto merge of #173 - jak-pan:patch-1, r=JohnTitor
Update install instructions Fixes #171
2 parents 79d3cd9 + 3db6ebe commit 99f39a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ repository and compiled from source or installed from
2727
of the nighly toolchain is supported at any given time.
2828

2929

30-
If you are already using Rust nightly and have successfully installed tools like
31-
`cargo add` and `cargo clippy`, just do:
30+
It's recommended to use Rust nightly-2020-11-19. You can install it by using `rustup install nightly-2020-11-19` if you already have rustup.
31+
Then you can do:
3232

3333
```sh
34-
$ rustup component add rustc-dev llvm-tools-preview
35-
$ cargo +nightly install semverver
34+
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
35+
$ cargo +nightly-2020-11-19 install semverver
3636
```
3737

3838
You'd also need `cmake` for some dependencies, and a few common libraries (if you hit
@@ -43,7 +43,7 @@ You can also install the newest version of the tool from git:
4343

4444
```sh
4545
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly
46-
$ cargo +nightly install --git https://github.com/rust-dev-tools/rust-semverver
46+
$ cargo +nightly-2020-11-19 install --git https://github.com/rust-dev-tools/rust-semverver
4747
```
4848

4949
<details>

0 commit comments

Comments
 (0)