docs: add install instructions for Go

This commit is contained in:
Lars Gerber 2025-01-26 15:06:27 +01:00
parent c1ccc51849
commit 1ae2da65fb
No known key found for this signature in database
GPG key ID: 0927C9368EA9B74C

View file

@ -70,6 +70,12 @@ cd wireproxy
make
```
# Install
```bash
go install github.com/pufferffish/wireproxy/cmd/wireproxy@v1.0.9 # or @latest
```
# Use with VPN
Instructions for using wireproxy with Firefox container tabs and auto-start on MacOS can be found [here](/UseWithVPN.md).