This commit is contained in:
bri 2024-02-02 03:38:15 +00:00 committed by GitHub
commit 5e3e2c28e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,7 +239,7 @@ docker logs -f sshportal
Get the latest version using GO.
```sh
GO111MODULE=on go get -u moul.io/sshportal
go install moul.io/sshportal@latest
```
---