Add instructions for installing .deb package in README.md

This commit is contained in:
Tommaso Melacarne 2025-04-24 04:30:43 +02:00
parent 9258b8f0a2
commit 8bd7ee36d6

View file

@ -211,6 +211,15 @@ yay -S lazydocker
echo "alias lzd='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v /yourpath/config:/.config/jesseduffield/lazydocker lazyteam/lazydocker'" >> ~/.zshrc
```
### `.deb` Package
You can also install `lazydocker` using a `.deb` package. This allows you to easily add it to any deb-based distribution, including Ubuntu.
To do that, just download the latest `.deb` package from the releases page and install the package using `dpkg`:
```sh
sudo dpkg -i lazydocker_<version>_amd64.deb
```
For development, you can build the image using: