docs: update the brew installation path (#109) (#111)

Drew Smirnoff created

Change summary

README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Detailed changes

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
 ```