Update README.md

This commit is contained in:
Menno van Leeuwen 2025-05-23 15:26:19 +02:00
parent 1e195a313c
commit e1f7604439
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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