Skip to content

Commit 2e2ede1

Browse files
authored
Merge pull request #225 from NLipatov/feature/52
Minor docs update
2 parents 60498b6 + 66baddb commit 2e2ede1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/TunGo/docs/1. QuickStart.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ See <a href="/docs/Advanced/Linux/Setup server systemd unit">this guide</a> to r
6565
<TabItem value="macos-arm64" label="macOS Apple Silicon">
6666
```bash
6767
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-arm64
68+
sudo mkdir -p /usr/local/bin
6869
chmod +x tungo
6970
sudo mv tungo /usr/local/bin/
7071
```
@@ -73,6 +74,7 @@ See <a href="/docs/Advanced/Linux/Setup server systemd unit">this guide</a> to r
7374
```bash
7475
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-amd64
7576
chmod +x tungo
77+
sudo mkdir -p /usr/local/bin
7678
sudo mv tungo /usr/local/bin/
7779
```
7880
</TabItem>

0 commit comments

Comments
 (0)