From 8bd7ee36d636be1a823cb72c0feec8c8ba98fa60 Mon Sep 17 00:00:00 2001 From: Tommaso Melacarne <53786619+PolpOnline@users.noreply.github.com> Date: Thu, 24 Apr 2025 04:30:43 +0200 Subject: [PATCH] Add instructions for installing `.deb` package in `README.md` --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0af77059..67dc1e32 100644 --- a/README.md +++ b/README.md @@ -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__amd64.deb +``` For development, you can build the image using: