We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fccbb commit ff428f2Copy full SHA for ff428f2
README.md
@@ -29,7 +29,7 @@ be called from anywhere (e.g. the `/usr/bin` directory).
29
You can use `wget` to download and install the program to your `/usr/bin` directory by running these commands:
30
31
```bash
32
-wget https://github.com/jthomperoo/simple-proxy/releases/download/latest/simple-proxy_linux_amd64.zip
+wget https://github.com/jthomperoo/simple-proxy/releases/download/v1.0.0/simple-proxy_linux_amd64.zip
33
unzip -d simple-proxy simple-proxy_linux_amd64.zip
34
cp simple-proxy/simple-proxy /usr/bin/simple-proxy
35
rm -r simple-proxy/ simple-proxy_linux_amd64.zip
0 commit comments