mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
docs: add install instructions for Go
This commit is contained in:
parent
c1ccc51849
commit
1ae2da65fb
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@ cd wireproxy
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go install github.com/pufferffish/wireproxy/cmd/wireproxy@v1.0.9 # or @latest
|
||||||
|
```
|
||||||
|
|
||||||
# Use with VPN
|
# Use with VPN
|
||||||
|
|
||||||
Instructions for using wireproxy with Firefox container tabs and auto-start on MacOS can be found [here](/UseWithVPN.md).
|
Instructions for using wireproxy with Firefox container tabs and auto-start on MacOS can be found [here](/UseWithVPN.md).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue