diff --git a/README.md b/README.md index ff729a3b7..27087b6a4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file