mirror of
https://github.com/moul/sshportal.git
synced 2025-09-14 00:24:37 +08:00
Fix manual install directions
`go get -u …` → `go install …`
This commit is contained in:
parent
f9c8f60365
commit
2a4917eb2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue