remove either/or commands, keep it simple

[ci skip]
This commit is contained in:
Robert Habermeier 2016-06-15 12:22:26 +02:00
parent 44ed899fb3
commit 3d86d099bb
1 changed files with 2 additions and 3 deletions

View File

@ -66,12 +66,11 @@ $ cd parity
$ cargo build --release
```
This will produce an executable in the `target/release` subdirectory.
Either run `cd target/release` or copy `target/release/parity` to another location.
This will produce an executable in the `./target/release` subdirectory.
To get started, just run
```bash
$ parity
$ ./target/release/parity
```
and parity will begin syncing the Ethereum blockchain.