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

Update the instruction not to install via crates.io #185

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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