Update README.md
This commit is contained in:
parent
1e195a313c
commit
e1f7604439
17
README.md
17
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user