Add clone step to root warning user-creation instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Koshkoshinsk
2026-04-29 18:57:15 +00:00
parent 030ee8a46f
commit dec1be6adc

View File

@@ -160,7 +160,8 @@ if [ "$(uname -s)" = "Linux" ] && [ "$(id -u)" -eq 0 ]; then
printf ' %s\n' "$(dim '4. Add to sudo group: usermod -aG sudo nanoclaw')"
printf ' %s\n' "$(dim '5. Log out of this SSH session: exit')"
printf ' %s\n' "$(dim '6. Log back in as the new user: ssh nanoclaw@your-server')"
printf ' %s\n\n' "$(dim '7. Re-run setup: bash nanoclaw.sh')"
printf ' %s\n' "$(dim '7. Clone the repo: git clone https://github.com/qwibitai/nanoclaw.git && cd nanoclaw')"
printf ' %s\n\n' "$(dim '8. Re-run setup: bash nanoclaw.sh')"
exit 1
;;
esac