mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
Update README.md
Added installation descriptions using conda package managers. Signed-off-by: UENO, M. <eunosium-1128@live.jp>
This commit is contained in:
parent
de40167712
commit
97b94d7ae6
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -107,6 +107,25 @@ You can install `lazydocker` using [Chocolatey](https://chocolatey.org/):
|
|||
```sh
|
||||
choco install lazydocker
|
||||
```
|
||||
|
||||
### conda-forge (Linux/MacOS/Windows)
|
||||
|
||||
You can find [lazydocker](https://anaconda.org/conda-forge/lazydocker) in [conda-forge](https://conda-forge.org/) channel.
|
||||
|
||||
The package can be installed using following conda package compatible package managers.
|
||||
|
||||
#### Pixi
|
||||
|
||||
[Pixi](https://prefix.dev) install packages from conda-forge channel(a kind of package repository used in Conda ecosystem) by default but it is capable of global installation.
|
||||
|
||||
Run `pixi global install lazydocker` after installing Pixi.
|
||||
|
||||
#### Conda/Mamba/Micromamba
|
||||
|
||||
- [Conda](https://docs.conda.io/projects/conda/en/stable/): run `conda install -c conda-forge lazydocker` after activating the environment.
|
||||
- [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html): run `mamba install -c conda-forge lazydocker` after activating the environment.
|
||||
- [Micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html): run `micromamba install -c conda-forge lazydocker` after activating the environment.
|
||||
|
||||
### asdf-vm
|
||||
|
||||
You can install [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) using [asdf-vm](https://asdf-vm.com/):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue