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

Commit 6c7227d

Browse files
authored
Update README for rustc-dev component requirement
1 parent d0e3a3f commit 6c7227d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ If you are already using Rust nightly and have successfully installed tools like
3232

3333
```sh
3434
$ rustup update nightly
35+
$ rustup component add rustc-dev --toolchain nightly
3536
$ cargo +nightly install semverver
3637
```
3738

@@ -43,6 +44,7 @@ You can also install the newest version of the tool from git:
4344

4445
```sh
4546
$ rustup update nightly
47+
$ rustup component add rustc-dev --toolchain nightly
4648
$ cargo +nightly install --git https://github.com/rust-dev-tools/rust-semverver
4749
```
4850

0 commit comments

Comments
 (0)