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 c8828d3 commit c201459Copy full SHA for c201459
README.md
@@ -33,6 +33,12 @@ Specify http server in proxy configuration of Postman
33
34
You can download the binary for your platform from [Releases](https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases) page.
35
36
+Example:
37
+
38
+```shell
39
+HPTS_RELEASE=v1.3.4; wget -v https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases/download/$HPTS_RELEASE/gohpts-$HPTS_RELEASE-linux-amd64.tar.gz -O gohpts && tar xvzf gohpts && mv -f gohpts-$HPTS_RELEASE-linux-amd64 gohpts && gohpts -h
40
+```
41
42
Alternatively, you can install it using `go install` command (requires Go [1.24](https://go.dev/doc/install) or later):
43
44
```shell
0 commit comments