We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60498b6 + 66baddb commit 2e2ede1Copy full SHA for 2e2ede1
docs/TunGo/docs/1. QuickStart.mdx
@@ -65,6 +65,7 @@ See <a href="/docs/Advanced/Linux/Setup server systemd unit">this guide</a> to r
65
<TabItem value="macos-arm64" label="macOS Apple Silicon">
66
```bash
67
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-arm64
68
+ sudo mkdir -p /usr/local/bin
69
chmod +x tungo
70
sudo mv tungo /usr/local/bin/
71
```
@@ -73,6 +74,7 @@ See <a href="/docs/Advanced/Linux/Setup server systemd unit">this guide</a> to r
73
74
75
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-amd64
76
77
78
79
80
</TabItem>
0 commit comments