mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Add arch aur installation instructions
This commit is contained in:
parent
86589c3517
commit
389981af9c
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -48,6 +48,18 @@ required go version: 1.12
|
||||||
go get github.com/jesseduffield/lazydocker
|
go get github.com/jesseduffield/lazydocker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Arch Linux AUR
|
||||||
|
|
||||||
|
You can install lazydocker using your AUR package manager of choice or by running:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://aur.archlinux.org/lazydocker.git ~/lazydocker
|
||||||
|
cd ~/lazydocker
|
||||||
|
makepkg --install
|
||||||
|
```
|
||||||
|
|
||||||
|
A development version of the AUR package is also [available](https://aur.archlinux.org/lazydocker-git.git)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Call `lazydocker` in your terminal. I personally use this a lot so I've made an alias for it like so:
|
Call `lazydocker` in your terminal. I personally use this a lot so I've made an alias for it like so:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue