mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
update docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user