From fc1c6c8892eda9c3320ae68d2c233c91a15877f1 Mon Sep 17 00:00:00 2001 From: Chris Finazzo Date: Tue, 8 Sep 2026 21:58:47 -0400 Subject: [PATCH] Update README.md Update the instructions for installing with Homebrew --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c1862a3..860739db 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,9 @@ with the `nodaemonize` config option and the `-d/-D` command line switches. ### Installing with Homebrew -On macOS, `shpool` can be installed via the project's [Homebrew tap](https://github.com/shell-pool/homebrew-shpool): +On macOS, `shpool` can be installed via [Homebrew](https://brew.sh): ``` -brew tap shell-pool/shpool brew install shpool ```