Merge pull request #605 from A11Might/readme-add-manual-install

readme add manual install part
This commit is contained in:
Jesse Duffield 2024-12-22 21:40:08 +11:00 committed by GitHub
commit 07558afdc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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