From 50681bc9a05825583bb6c3d49e3d4e33a9b255bf Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Sat, 8 Jan 2022 06:23:07 -0600 Subject: [PATCH] Update `go install` instructions https://go.dev/doc/go-get-install-deprecation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 365ce542..f69821d5 100644 --- a/README.md +++ b/README.md @@ -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