Skip to content

Commit

Permalink
Merge pull request #605 from A11Might/readme-add-manual-install
Browse files Browse the repository at this point in the history
readme add manual install part
  • Loading branch information
jesseduffield authored Dec 22, 2024
2 parents 1178381 + 15677ac commit 07558af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07558af

Please sign in to comment.