Skip to content

Commit ff428f2

Browse files
committed
Fix linux install commands
1 parent f3fccbb commit ff428f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ be called from anywhere (e.g. the `/usr/bin` directory).
2929
You can use `wget` to download and install the program to your `/usr/bin` directory by running these commands:
3030

3131
```bash
32-
wget https://github.com/jthomperoo/simple-proxy/releases/download/latest/simple-proxy_linux_amd64.zip
32+
wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.0.0/simple-proxy_linux_amd64.zip
3333
unzip -d simple-proxy simple-proxy_linux_amd64.zip
3434
cp simple-proxy/simple-proxy /usr/bin/simple-proxy
3535
rm -r simple-proxy/ simple-proxy_linux_amd64.zip

0 commit comments

Comments
 (0)