Skip to content

Commit 229a11e

Browse files
authored
Merge pull request #2621 from inference-labs-inc/master
Update wallet creation command logs post-install
2 parents 9919f6a + c07ce1b commit 229a11e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,16 +266,16 @@ echo ""
266266
ohai "Welcome. Installation successful"
267267
echo ""
268268
echo "- 1. Create a wallet "
269-
echo " $ btcli new_coldkey (for holding funds)"
270-
echo " $ btcli new_hotkey (for running miners)"
269+
echo " $ btcli w new_coldkey # (for holding funds)"
270+
echo " $ btcli w new_hotkey # (for running miners)"
271271
echo ""
272272
echo "- 2. Run a miner on the prompting network. "
273273
echo " $ python3 ~/.bittensor/bittensor/neurons/text/prompting/miners/gpt4all/neuron.py"
274274
echo ""
275275
ohai "Extras:"
276276
echo ""
277277
echo "- Check your tao balance: "
278-
echo " $ btcli wallet overview"
278+
echo " $ btcli w overview"
279279
echo ""
280280
echo "- Stake to your miners:"
281281
echo " $ btcli stake add"

0 commit comments

Comments
 (0)