From e2a5f40f6cea6c3fefe88faa6c937bc9ca79487a Mon Sep 17 00:00:00 2001 From: Raymond Berger Date: Sat, 10 Apr 2021 19:37:38 -1000 Subject: [PATCH] update brew install command --- 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.