From 15677ac3d2be0ab795f4e29a33a702eeb35af7e9 Mon Sep 17 00:00:00 2001 From: kohath Date: Sat, 7 Dec 2024 22:04:56 +0800 Subject: [PATCH] readme add manual install part --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 29b0a312..0af77059 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,17 @@ If you encounter a compatibility issue with Docker bundled binary, try rebuildin the image with the build argument `--build-arg DOCKER_VERSION="v$(docker -v | cut -d" " -f3 | rev | cut -c 2- | rev)"` so that the bundled docker binary matches your host docker binary version. +### Manual + +You'll need to [install Go](https://golang.org/doc/install) + +``` +git clone https://github.com/jesseduffield/lazydocker.git +cd lazydocker +go install +``` + +You can also use `go run main.go` to compile and run in one go (pun definitely intended) ## Usage