Skip to content

Commit 1205f9b

Browse files
committed
Update setup instructions for to ensure PATH is updated
1 parent 1d8bd6b commit 1205f9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ echo "
128128
"
129129
echo "🥩 Setup complete! 🥩"
130130
echo "Next steps:"
131-
echo "1. Check ${Install_PATH}/docs/shared_setup_steps.md to setup your wallet and register on the subnet"
132-
echo "2. cd ${INSTALL_PATH}"
133-
echo "3. make <pm2-miner|pm2-validator> WALLET_NAME=<your_wallet_name> WALLET_HOTKEY=<your_wallet_hotkey>"
131+
echo "1. Re-login for PATH changes to take effect, or run 'source ~/.bashrc' or 'source ~/.zshrc'"
132+
echo "2. Check ${Install_PATH}/docs/shared_setup_steps.md to setup your wallet and register on the subnet"
133+
echo "3. cd ${INSTALL_PATH}"
134+
echo "4. make <pm2-miner|pm2-validator> WALLET_NAME=<your_wallet_name> WALLET_HOTKEY=<your_wallet_hotkey>"

0 commit comments

Comments
 (0)