From 7d9548400dfd8eddbc82f5ce395a6dbb6a4b1bd8 Mon Sep 17 00:00:00 2001 From: Piotr Chromiec Date: Wed, 25 Jul 2018 12:57:15 +0200 Subject: [PATCH] Simple build instruction fix (#9215) 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 2e49addc9..9355cde7d 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