From c73923947ac77bb5e342ab6878ad9c7666a3a266 Mon Sep 17 00:00:00 2001 From: Albert Sikkema Date: Tue, 2 Dec 2025 17:42:05 +0100 Subject: [PATCH] Fix Homebrew tap command in README The correct command is `brew tap deskflow/tap` not `deskflow/homebrew-tap`. Homebrew automatically strips the `homebrew-` prefix from repository names. Related: https://github.com/deskflow/homebrew-tap/pull/6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 563b8b01d..bbca4aea4 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ It is recommend to install Deskflow using [Homebrew](https://brew.sh) from our [ To add our tap, run: ``` -brew tap deskflow/homebrew-tap +brew tap deskflow/tap ``` Then install either: