File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments