From c764c9e9e699055f68ea9d8ef183e804629714d9 Mon Sep 17 00:00:00 2001 From: Ekrem Karaca Date: Thu, 8 Aug 2019 18:36:09 +0300 Subject: [PATCH 1/3] remove tap command for homebrew No longer needed, it's already in core formula --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d41988a5..bae949ad 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Memorising docker commands is hard. Memorising aliases is slightly less hard. Ke ### Homebrew ```sh -brew tap jesseduffield/lazydocker brew install lazydocker ``` From 1bc6ebc1806f138d4f7181a867d12c8140c52e39 Mon Sep 17 00:00:00 2001 From: Ekrem Karaca Date: Wed, 21 Aug 2019 15:09:19 +0300 Subject: [PATCH 2/3] Update README... --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bae949ad..389e2fd6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,10 @@ Memorising docker commands is hard. Memorising aliases is slightly less hard. Ke ### Homebrew +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 both Linux & MacOS. + ```sh +brew tap jesseduffield/lazydocker brew install lazydocker ``` From 91ec431a22ae48cbff0d74ecd1d021028e8973e0 Mon Sep 17 00:00:00 2001 From: Ekrem Karaca Date: Wed, 21 Aug 2019 15:10:57 +0300 Subject: [PATCH 3/3] Fix typo... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 389e2fd6..107d6950 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Memorising docker commands is hard. Memorising aliases is slightly less hard. Ke ### Homebrew -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 both Linux & MacOS. +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. ```sh brew tap jesseduffield/lazydocker