From f6ff4d2255c25703406d8b7b73588ccf62a5e633 Mon Sep 17 00:00:00 2001 From: Pili Guerra Date: Fri, 11 Dec 2020 14:13:45 +0100 Subject: [PATCH] Fix typo (#1504) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9da8f8a3..234400470 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Building `zebrad` requires [Rust](https://www.rust-lang.org/tools/install), - Using `rustup` installs the stable Rust toolchain, which `zebrad` targets. 2. Install Zebra's build dependencies: - **libclang:** the `libclang`, `libclang-dev`, `llvm`, or `llvm-dev` packages, depending on your package manager - - **clang** or another C++ complier: `g++`, `Xcode`, or `MSVC` + - **clang** or another C++ compiler: `g++`, `Xcode`, or `MSVC` 3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-alpha.0 zebrad` 4. Run `zebrad start`