Skip to content

Commit c201459

Browse files
Updated README.md download instructions
1 parent c8828d3 commit c201459

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Specify http server in proxy configuration of Postman
3333

3434
You can download the binary for your platform from [Releases](https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases) page.
3535

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+
3642
Alternatively, you can install it using `go install` command (requires Go [1.24](https://go.dev/doc/install) or later):
3743

3844
```shell

0 commit comments

Comments
 (0)