Skip to content

Commit

Permalink
readme add manual install part
Browse files Browse the repository at this point in the history
  • Loading branch information
A11Might committed Dec 7, 2024
1 parent be05115 commit 15677ac
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 15677ac

Please sign in to comment.