Merge pull request #50 from mikhailswift/master

Add arch aur installation instructions
This commit is contained in:
Jesse Duffield 2019-07-02 09:23:18 +10:00 committed by GitHub
commit cf31c23fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,18 @@ required go version: 1.12
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
Call `lazydocker` in your terminal. I personally use this a lot so I've made an alias for it like so: