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

Commit

Permalink
Auto merge of #185 - JohnTitor:update-install-instruction, r=JohnTitor
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Mar 31, 2021
2 parents fb6347f + 31d1991 commit ef47374
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 ef47374

Please sign in to comment.