update docs

This commit is contained in:
Johan Siebens
2025-04-28 13:38:09 +02:00
parent 9483662395
commit 442d794189
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ The ionscale CLI is the primary tool for managing your ionscale instance. It all
```bash
# Download the CLI (adjust the URL for your system architecture)
curl -L -o ionscale https://github.com/jsiebens/ionscale/releases/download/v/ionscale_linux_amd64
curl -L -o ionscale https://github.com/jsiebens/ionscale/releases/download/v0.17.0/ionscale_linux_amd64
# Make it executable
chmod +x ionscale
+1 -1
View File
@@ -90,7 +90,7 @@ docker run -d \
-v $(pwd)/data:/data \
-p 443:443 \
-p 3478:3478/udp \
ghcr.io/jsiebens/ionscale: server --config /etc/ionscale/config.yaml
ghcr.io/jsiebens/ionscale:0.17.0 server --config /etc/ionscale/config.yaml
```
This command:
+1 -1
View File
@@ -56,7 +56,7 @@ Install the ionscale binary on your system:
```bash
# Download the latest version (adjust for your CPU architecture)
sudo curl -o "/usr/local/bin/ionscale" \
-sfL "https://github.com/jsiebens/ionscale/releases/download/v/ionscale_linux_amd64"
-sfL "https://github.com/jsiebens/ionscale/releases/download/v0.17.0/ionscale_linux_amd64"
# Make it executable
sudo chmod +x "/usr/local/bin/ionscale"