From 45f5ff1acd9d4b7f8624ccc3ecccd0eae325fa51 Mon Sep 17 00:00:00 2001 From: Lucas Carlson Date: Sat, 15 Aug 2026 10:17:33 -0700 Subject: [PATCH] docs: correct the Homebrew install command The formula moved to homebrew-core, and cardmagic/homebrew-tap no longer carries it: $ brew install cardmagic/tap/classifier Error: No available formula with the name "cardmagic/tap/classifier" cardmagic/tap/classifier was deleted from cardmagic/tap in commit 09c4db3 `brew install classifier` resolves through homebrew-core and works. --- README.md | 2 +- docs/cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85f3b75..9a15594 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ gem 'classifier' Or install via Homebrew for CLI-only usage: ```bash -brew install cardmagic/tap/classifier +brew install classifier ``` ## Command Line diff --git a/docs/cli.md b/docs/cli.md index 159bfff..afda9f5 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -140,5 +140,5 @@ $ classifier -m lsi related article.txt Homebrew installs the command line tools on their own: ```bash -brew install cardmagic/tap/classifier +brew install classifier ```