From b3c87947607dc889f5ab823136e730260fc64ac1 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 9 Dec 2020 11:37:25 -0500 Subject: [PATCH] Recommend using --locked with `cargo install` by default cargo build != cargo install, we should just make it as easy as possible to install in one go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60674779..8a67af7e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Building `zebrad` requires [Rust](https://www.rust-lang.org/tools/install), 2. Install Zebra's build dependencies: - **libclang:** the `libclang`, `libclang-dev`, `llvm`, or `llvm-dev` packages, depending on your package manager - **a C++ compiler:** use `clang`, `g++`, `Xcode`, `MSVC`, or similar -3. Run `cargo install --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-alpha.0 zebrad` +3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-alpha.0 zebrad` 4. Run `zebrad start` If you're interested in testing out `zebrad` please feel free, but keep in mind