Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Access your Gateway at `ws://127.0.0.1:18789`.
curl -fsSL https://get.openclaw.ai -o install.sh
# Inspect the script (recommended)
# less install.sh
bash install.sh
# After inspection, run: bash install.sh

# Enable as a systemd service (runs 24/7, survives reboots)
sudo systemctl enable --now openclaw-gateway
Expand Down Expand Up @@ -511,7 +511,7 @@ openclaw onboard
curl -fsSL https://tailscale.com/install.sh -o install.sh
# Inspect the script (recommended)
# less install.sh
sh install.sh
# After inspection, run: sh install.sh
sudo tailscale up
```

Expand All @@ -524,15 +524,15 @@ sudo tailscale up
curl -fsSL https://get.openclaw.ai -o install.sh
# Inspect the script (recommended)
# less install.sh
bash install.sh
# After inspection, run: bash install.sh
sudo systemctl enable --now openclaw-gateway
openclaw onboard --headless

# Secure with Tailscale (strongly recommended over opening port 18789)
curl -fsSL https://tailscale.com/install.sh -o install.sh
# Inspect the script (recommended)
# less install.sh
sh install.sh
# After inspection, run: sh install.sh
sudo tailscale up --ssh
```

Expand All @@ -543,7 +543,7 @@ sudo tailscale up --ssh
curl -fsSL https://ollama.ai/install.sh -o install.sh
# Inspect the script (recommended)
# less install.sh
sh install.sh
# After inspection, run: sh install.sh

# Pull a capable local model
ollama pull llama3.3:70b
Expand Down