From 31d19910f4b62ddae65abb58dc361c317602a015 Mon Sep 17 00:00:00 2001 From: JohnTitor Date: Thu, 1 Apr 2021 00:07:36 +0900 Subject: [PATCH] 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 --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index acb84022..4efd8d14 100644 --- a/README.md +++ b/README.md @@ -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 -``` -