From 7717c2647c9a9e35335fabca05e53c7a8ed39a93 Mon Sep 17 00:00:00 2001 From: gavin mcdonough Date: Wed, 9 Sep 2026 12:59:12 -0400 Subject: [PATCH] fix: install Pinecone CLI as a Homebrew cask (formula disabled 2026-03-30) The pinecone-io/tap/pinecone formula was disabled on 2026-03-30 when the CLI migrated to a cask, so the documented install command fails. Switch to the single fully qualified cask install, drop the redundant brew tap step, and add a note for users upgrading from the old formula. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0826be0..0829eec 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Or install directly from the marketplace: [cursor.com/marketplace/pinecone](http | Tool | What it enables | Install | |------|----------------|---------| -| [Pinecone CLI](https://docs.pinecone.io/guides/operations/pinecone-cli) (`pc`) | Terminal-based index management, batch operations | `brew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone` | +| [Pinecone CLI](https://docs.pinecone.io/guides/operations/pinecone-cli) (`pc`) | Terminal-based index management, batch operations | `brew install --cask pinecone-io/tap/pinecone` | | [uv](https://docs.astral.sh/uv/) | Run the bundled Python scripts | [Install guide](https://docs.astral.sh/uv/getting-started/installation/) | ## Getting started