From 1ae2da65fbe04b8b854722c31c0a0471a698b8ac Mon Sep 17 00:00:00 2001 From: Lars Gerber Date: Sun, 26 Jan 2025 15:06:27 +0100 Subject: [PATCH] docs: add install instructions for Go --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b256673..575c596 100644 --- a/README.md +++ b/README.md @@ -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).