From 133454eccaab559dbbdff5e7daaf46b2e5fb347b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 26 Aug 2019 20:13:14 +0200 Subject: [PATCH] README: change brew installation instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 107d6950..785ae6b8 100644 --- a/README.md +++ b/README.md @@ -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 ```