README: change brew installation instructions

This commit is contained in:
Dawid Dziurla 2019-08-26 20:13:14 +02:00
parent 98ae4f3b0c
commit 133454ecca
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -38,8 +38,13 @@ Memorising docker commands is hard. Memorising aliases is slightly less hard. Ke
Normally `lazydocker` formula can be found in the Homebrew core but we suggest you to tap our formula to get frequently updated one. It works with Linux, too.
**Tap**:
```sh
brew install jesseduffield/lazydocker/lazydocker
```
**Core**:
```sh
brew tap jesseduffield/lazydocker
brew install lazydocker
```