From 3bfe8bea45dae84a675bcbea2af37e44484ab489 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 11 Feb 2016 11:55:49 +0100 Subject: [PATCH] Deps script. --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 28a442040..774d18720 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -688,7 +688,7 @@ function run_installer() info "- Run tests with:" info " ${b}cargo test --release --features ethcore/json-tests -p ethcore${reset}" info "- Install the client with:" - info " ${b}sudo cp parity/target/release/parity${reset}" + info " ${b}sudo cp parity/target/release/parity${reset} /usr/local/bin" echo }