diff --git a/docs/platforms/macos-vm.md b/docs/platforms/macos-vm.md index 1c0bb9883..541d1f625 100644 --- a/docs/platforms/macos-vm.md +++ b/docs/platforms/macos-vm.md @@ -123,9 +123,10 @@ Look for the IP address (usually `192.168.64.x`). ## 5) SSH into the VM ```bash -ssh youruser@192.168.64.X +ssh -t youruser@192.168.64.X ``` +`-t` TTY allocation, which later required for openclaw installation. Replace `youruser` with the account you created, and the IP with your VM's IP. --- @@ -135,8 +136,7 @@ Replace `youruser` with the account you created, and the IP with your VM's IP. Inside the VM: ```bash -npm install -g openclaw@latest -openclaw onboard --install-daemon +curl -fsSL https://openclaw.ai/install.sh | bash ``` Follow the onboarding prompts to set up your model provider (Anthropic, OpenAI, etc.).