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

Commit ef47374

Browse files
committed
Auto merge of #185 - JohnTitor:update-install-instruction, r=JohnTitor
Update the instruction not to install via crates.io crates.io's version is outdated and we haven't figured out the release process yet. cc #168 Closes #184
2 parents fb6347f + 31d1991 commit ef47374

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,13 @@ Then you can do:
3333

3434
```sh
3535
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
36-
$ cargo +nightly-2020-11-19 install semverver
36+
$ cargo +nightly-2020-11-19 install --git https://github.com/rust-lang/rust-semverver
3737
```
3838

3939
You'd also need `cmake` for some dependencies, and a few common libraries (if you hit
4040
build failures because of missing system-wide dependencies, please open an issue, so they
4141
can be added here).
4242

43-
You can also install the newest version of the tool from git:
44-
45-
```sh
46-
$ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19
47-
$ cargo +nightly-2020-11-19 install --git https://github.com/rust-lang/rust-semverver
48-
```
49-
5043
<details>
5144

5245
<summary>

0 commit comments

Comments
 (0)