Skip to content

Commit 4ec62ea

Browse files
committed
Fix: version number in URL in README
1 parent a1c8535 commit 4ec62ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Make sure you have WireGuard and iptables installed
2929
To download using curl run:
3030
```shell
3131
# for x86_64
32-
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.5/wg-cmd-0.1.4-linux-amd64 -o /usr/local/bin/wg-cmd
32+
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.5/wg-cmd-0.1.5-linux-amd64 -o /usr/local/bin/wg-cmd
3333

3434
# for arm64
35-
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.5/wg-cmd-0.1.4-linux-arm64 -o /usr/local/bin/wg-cmd
35+
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.5/wg-cmd-0.1.5-linux-arm64 -o /usr/local/bin/wg-cmd
3636
```
3737

3838
Set proper permissions and run the tool:

0 commit comments

Comments
 (0)