From ee5cc227831a91aa2cc87f820920a1379ee4907e Mon Sep 17 00:00:00 2001 From: Moritz Eck Date: Mon, 22 Jun 2026 08:59:21 +0200 Subject: [PATCH] docs(readme): add Homebrew install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f876ea0..9494b18 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ macOS has built-in screen recording, but it's buried in menus and limited in fea ## Install +### Homebrew + +```bash +brew install --cask meck93/tap/capture-this +``` + +Homebrew installs the app into `/Applications` and keeps it up to date with normal `brew upgrade` flows. + ### From source ```bash