From 2cbeffc635f9bd346e5d8a4d8b869b1f1fe3272c Mon Sep 17 00:00:00 2001 From: Sergiu Marsavela Date: Wed, 29 Mar 2023 21:28:41 +0200 Subject: [PATCH] Simplify brew command for installation (#539) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f184c79..3cb77fbe 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Maccy works on macOS Mojave 10.14 or higher. Download the latest version from the [releases](https://github.com/p0deje/Maccy/releases/latest) page, or use [Homebrew](https://brew.sh/): ```sh -brew install --cask maccy +brew install maccy ``` ## Usage