remove either/or commands, keep it simple
[ci skip]
This commit is contained in:
parent
44ed899fb3
commit
3d86d099bb
@ -66,12 +66,11 @@ $ cd parity
|
|||||||
$ cargo build --release
|
$ cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
This will produce an executable in the `target/release` subdirectory.
|
This will produce an executable in the `./target/release` subdirectory.
|
||||||
Either run `cd target/release` or copy `target/release/parity` to another location.
|
|
||||||
|
|
||||||
To get started, just run
|
To get started, just run
|
||||||
```bash
|
```bash
|
||||||
$ parity
|
$ ./target/release/parity
|
||||||
```
|
```
|
||||||
|
|
||||||
and parity will begin syncing the Ethereum blockchain.
|
and parity will begin syncing the Ethereum blockchain.
|
Loading…
Reference in New Issue
Block a user