Update install-deps.sh (#1664)

This commit is contained in:
Nikolay Volf 2016-07-20 12:31:27 +02:00 committed by Gav Wood
parent d67369a01c
commit 9c8b80f998
1 changed files with 2 additions and 2 deletions

View File

@ -627,9 +627,9 @@ function run_installer()
successHeading "Parity is built!"
info "Parity source code is in ${b}$(pwd)/parity${reset}. From there, you can:"
info "- Run a client & sync the chain with:"
info " ${b}cargo run --release${reset}"
info " ${b}cargo run --bin parity --release${reset}"
info "- Run a JSONRPC-capable client (for use with netstats) with:"
info " ${b}cargo run --release -- -j --jsonrpc-url 127.0.0.1:8545${reset}"
info " ${b}cargo run --bin parity --release -- -j --jsonrpc-url 127.0.0.1:8545${reset}"
info "- Run tests with:"
info " ${b}cargo test --release --features ethcore/json-tests -p ethcore${reset}"
info "- Install the client with:"