Update install-deps.sh (#1664)
This commit is contained in:
parent
d67369a01c
commit
9c8b80f998
@ -627,9 +627,9 @@ function run_installer()
|
|||||||
successHeading "Parity is built!"
|
successHeading "Parity is built!"
|
||||||
info "Parity source code is in ${b}$(pwd)/parity${reset}. From there, you can:"
|
info "Parity source code is in ${b}$(pwd)/parity${reset}. From there, you can:"
|
||||||
info "- Run a client & sync the chain with:"
|
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 "- 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 "- Run tests with:"
|
||||||
info " ${b}cargo test --release --features ethcore/json-tests -p ethcore${reset}"
|
info " ${b}cargo test --release --features ethcore/json-tests -p ethcore${reset}"
|
||||||
info "- Install the client with:"
|
info "- Install the client with:"
|
||||||
|
Loading…
Reference in New Issue
Block a user