Skip to content

Commit 27eef20

Browse files
authored
Comment out invalid cli arguments
1 parent 9b3d608 commit 27eef20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ echo ""
266266
ohai "Welcome. Installation successful"
267267
echo ""
268268
echo "- 1. Create a wallet "
269-
echo " $ btcli w new_coldkey (for holding funds)"
270-
echo " $ btcli w 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"

0 commit comments

Comments
 (0)