Skip to content

Commit 60498b6

Browse files
authored
Merge pull request #224 from NLipatov/feature/52
Docs update
2 parents ac86702 + 6367f79 commit 60498b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/TunGo/docs/1. QuickStart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ See <a href="/docs/Advanced/Linux/Setup server systemd unit">this guide</a> to r
6262
See <a href="/docs/Advanced/Linux/Setup client systemd unit">this guide</a> to run TunGo as a systemd service (autostart/restart on boot).
6363
:::
6464
</TabItem>
65-
<TabItem value="macos-arm64" label="macOS arm64">
65+
<TabItem value="macos-arm64" label="macOS Apple Silicon">
6666
```bash
67-
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-arm64 -O tungo
67+
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-arm64
6868
chmod +x tungo
6969
sudo mv tungo /usr/local/bin/
7070
```
7171
</TabItem>
72-
<TabItem value="macos-amd64" label="macOS amd64">
72+
<TabItem value="macos-amd64" label="macOS Intel">
7373
```bash
74-
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-amd64 -O tungo
74+
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-amd64
7575
chmod +x tungo
7676
sudo mv tungo /usr/local/bin/
7777
```

0 commit comments

Comments
 (0)