Fix module import path and installation instructions

This commit is contained in:
2025-05-23 15:19:59 +02:00
parent ee9c0edf8a
commit e136c30266
6 changed files with 104 additions and 104 deletions

View File

@ -10,7 +10,7 @@ A Go-based command-line tool to manage SSH tunnels. This tool allows you to:
## Installation
```
go install git.mvl.sh/vleeuwenmenno/sshtunnel/cmd@latest
go install git.mvl.sh/vleeuwenmenno/sshtunnel@latest
```
Or clone this repository and build it yourself: