From c04ec61c6e1e9256fd8523c2bf669bb2f82dded9 Mon Sep 17 00:00:00 2001 From: vpeora <145040814+vpeora@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:15:29 +0100 Subject: [PATCH] Update brew command for cask param --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4045919..3d1f4bf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ There's two main ways to install **Fluor**: 1. Download the [latest release](https://github.com/Pyroh/Fluor/releases), open the DMG and drag the application to your `/Applications` folder. 2. Install via [Homebrew Cask](https://caskroom.github.io): -`$ brew cask install fluor` +`$ brew install --cask fluor` You can also build it from source, but this is not recommended if your are only going to use **Fluor** in the regular way, and not hack it.