From a2d345b50399194c488ec10c16bf6d3a7f4fdaa5 Mon Sep 17 00:00:00 2001 From: Bastian Pedersen Date: Mon, 15 Jan 2024 16:20:16 +0100 Subject: [PATCH] Update readme with installation instructions for Winget. Can be merged when https://github.com/microsoft/winget-pkgs/pull/134111 is merged. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cdd3853d0..d4c8eee17 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,13 @@ You can install `lazydocker` using [Chocolatey](https://chocolatey.org/): ```sh choco install lazydocker ``` +### Winget (Windows 10 1709 or later) +You can install `lazydocker` using [Winget](https://github.com/microsoft/winget-cli): + +```sh +winget install BastianPedersen.lazydocker +``` +See [https://github.com/jesseduffield/lazydocker/issues/380#issuecomment-1891838998 for an explanation of the package name. ### asdf-vm You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):