From 724bafcc8033029f0b2545769595ee8a590a2c5d Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sat, 6 Jun 2020 10:00:36 +0300 Subject: docs(readme): brew works on Linux too (#171) * brew works on Linux too. Linuxbrew has been merged back to Homebrew so this tools can be installed using `brew install`. * docs(readme): clarify brew installation Co-authored-by: Aram Drevekenin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c6982..5e3106e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ xbps-install -S bandwhich sudo dnf copr enable atim/bandwhich -y && sudo dnf install bandwhich ``` -#### macOS +#### macOS/Linux (using Homebrew) ``` brew install bandwhich -- cgit v1.2.3