Update `go install` instructions

https://go.dev/doc/go-get-install-deprecation
pull/291/head
Drewry Pope 2 years ago committed by GitHub
parent a0386618f9
commit 50681bc9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save