mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 15:41:02 +00:00
Merge pull request #291 from dezren39/patch-2
This commit is contained in:
commit
a0d8803147
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