Update readme with installation instructions for Winget.

Can be merged when https://github.com/microsoft/winget-pkgs/pull/134111 is merged.
This commit is contained in:
Bastian Pedersen 2024-01-15 16:20:16 +01:00 committed by GitHub
parent 80af149b02
commit a2d345b503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,13 @@ You can install `lazydocker` using [Chocolatey](https://chocolatey.org/):
```sh ```sh
choco install lazydocker 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 ### asdf-vm
You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/): You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):