mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Update go install instructions
https://go.dev/doc/go-get-install-deprecation
This commit is contained in:
parent
a0386618f9
commit
50681bc9a0
1 changed files with 7 additions and 1 deletions
|
|
@ -99,7 +99,13 @@ The script installs downloaded binary to `/usr/local/bin` directory by default,
|
|||
|
||||
### Go
|
||||
|
||||
Required Go version >= **1.8**
|
||||
Required Go Version >= **1.16**
|
||||
|
||||
```sh
|
||||
go install github.com/jesseduffield/lazydocker@latest
|
||||
```
|
||||
|
||||
Required Go version >= **1.8**, <= **1.17**
|
||||
|
||||
```sh
|
||||
go get github.com/jesseduffield/lazydocker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue