From 3d86d099bbc084c2c8ffdfdb182f2605717ccd2f Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Wed, 15 Jun 2016 12:22:26 +0200 Subject: [PATCH] remove either/or commands, keep it simple [ci skip] --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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