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