From e1f76044395d69e322f5b7babe2452299726b453 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Fri, 23 May 2025 15:26:19 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e3e2b..ee73262 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,22 @@ Or clone this repository and build it yourself: ``` git clone https://git.mvl.sh/vleeuwenmenno/sshtunnel.git cd sshtunnel -go build -o sshtunnel ./cmd +make +sudo make install +``` + +## Uninstallation + +For installation using `go install`, run: + +``` +go clean -i git.mvl.sh/vleeuwenmenno/sshtunnel +``` + +For manual installation, run: + +``` +sudo make uninstall ``` ## Usage