Simple build instruction fix (#9215)

Changed `parity` dir name into  `parity-ethereum`
This commit is contained in:
Piotr Chromiec 2018-07-25 12:57:15 +02:00 committed by Afri Schoedon
parent 1b1941a896
commit 7d9548400d
1 changed files with 1 additions and 1 deletions

View File

@ -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