From 8eb75da7d086c8fd9156cfe514df811ea83ff3d0 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Sun, 18 Jan 2026 15:39:48 +0400 Subject: [PATCH] docs: update the brew installation path (#109) (#111) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 085d31bc0d10dc1f1b7f67f35c5c3e852e7d800c..04000bfda62dd3983b452eaccc35a92be45a432b 100644 --- a/README.md +++ b/README.md @@ -176,11 +176,14 @@ There are several ways to install Matcha: ```bash brew tap floatpane/matcha -brew install matcha +brew install floatpane/matcha/matcha ``` After installation, run: +> [!WARNING] +> If you have the [*"other"* Matcha](https://github.com/piqoni/matcha) already installed, you will have to rename the executable + ```bash matcha ```