diff --git a/documentation/docs/getting-started/installation.md b/documentation/docs/getting-started/installation.md index 4ee3465ff..7b0bddcd2 100644 --- a/documentation/docs/getting-started/installation.md +++ b/documentation/docs/getting-started/installation.md @@ -35,7 +35,7 @@ import { PanelLeft } from 'lucide-react';

Option 2: Install via Homebrew

Homebrew downloads the [same app](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/b/block-goose.rb) but can take care of updates too. ```bash - brew install --cask block-goose + brew install --cask block-goose ``` ---