Update go install instructions

https://go.dev/doc/go-get-install-deprecation
This commit is contained in:
Drewry Pope 2022-01-08 06:23:07 -06:00 committed by GitHub
parent a0386618f9
commit 50681bc9a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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