From 61329549641d686b9df18ded1e7ad9bcb016aabb Mon Sep 17 00:00:00 2001 From: Piotr Chromiec Date: Wed, 25 Jul 2018 12:49:24 +0200 Subject: [PATCH] Simple build instruction fix Changed `parity` dir name into `parity-ethereum` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e49addc971..9355cde7d22 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ sudo snap install parity --edge ```bash # download Parity-Ethereum code $ git clone https://github.com/paritytech/parity-ethereum -$ cd parity +$ cd parity-ethereum # build in release mode $ cargo build --release --features final