This commit is contained in:
Jon Layton 2018-05-02 17:22:38 -04:00
parent 3e986dc8bf
commit a70a9fd25d
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
echo "To start the daemon + its interfaces, run:"
echo "cd ~/btcp-explorer; bitcore-node start"
echo "cd ~/btcp-explorer; ./bitcore-node start"
echo ""
echo "Runs on port $PORT (bitcore-node.json)."
echo ""