We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8bd6b commit 1205f9bCopy full SHA for 1205f9b
setup.sh
@@ -128,6 +128,7 @@ echo "
128
"
129
echo "🥩 Setup complete! 🥩"
130
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>"
+echo "1. Re-login for PATH changes to take effect, or run 'source ~/.bashrc' or 'source ~/.zshrc'"
+echo "2. Check ${Install_PATH}/docs/shared_setup_steps.md to setup your wallet and register on the subnet"
+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