From a5bcba35b1515c50799901152d58d9edef05ea18 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Wed, 25 Jul 2018 13:56:43 +0200 Subject: [PATCH 1/2] Revert "Simple build instruction fix (#9215)" This reverts commit 7d9548400dfd8eddbc82f5ce395a6dbb6a4b1bd8. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9355cde7d22..2e49addc971 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-ethereum +$ cd parity # build in release mode $ cargo build --release --features final From 0d70d267c557d565ee56787b4facca929c6a073a Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Wed, 25 Jul 2018 13:57:58 +0200 Subject: [PATCH 2/2] docs: fix readme parity-ethereum dir --- 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