cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
467 stars 61 forks source link

transocks: command not found #16

Closed mahdi-ln closed 3 years ago

mahdi-ln commented 5 years ago
$ go get -u github.com/cybozu-go/transocks/...
$ transocks
transocks: command not found
phantomcraft commented 4 years ago

The binary will be placed at /home/your_login/go/bin/transocks

Just link to /usr/local/bin:

sudo ln -s /home/your_login/go/bin/transocks /usr/local/bin