Skip to content

Commit

Permalink
Update the instruction not to install via crates.io
Browse files Browse the repository at this point in the history
crates.io's version is outdated and we haven't figured out the release process yet.
cc rust-lang#168
  • Loading branch information
JohnTitor committed Mar 31, 2021
1 parent fb6347f commit 31d1991
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,13 @@ Then you can do:

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

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

You can also install the newest version of the tool from git:

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

<details>

<summary>
Expand Down

0 comments on commit 31d1991

Please sign in to comment.