diff --git a/scripts/install.sh b/scripts/install.sh index 9021fb499c..ada198a53e 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -266,8 +266,8 @@ echo "" ohai "Welcome. Installation successful" echo "" echo "- 1. Create a wallet " -echo " $ btcli new_coldkey (for holding funds)" -echo " $ btcli new_hotkey (for running miners)" +echo " $ btcli w new_coldkey # (for holding funds)" +echo " $ btcli w new_hotkey # (for running miners)" echo "" echo "- 2. Run a miner on the prompting network. " echo " $ python3 ~/.bittensor/bittensor/neurons/text/prompting/miners/gpt4all/neuron.py" @@ -275,7 +275,7 @@ echo "" ohai "Extras:" echo "" echo "- Check your tao balance: " -echo " $ btcli wallet overview" +echo " $ btcli w overview" echo "" echo "- Stake to your miners:" echo " $ btcli stake add"