From 0db7b3c79516222b8ed57f8fe4ca8c95bcd980d4 Mon Sep 17 00:00:00 2001 From: Asim Raza Date: Sun, 24 May 2026 10:43:18 +0500 Subject: [PATCH] docs(readme): note Cursor manual install fallback when auto-discovery fails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several users have reported that cloning the repo and opening it in Cursor doesn't always trigger auto-discovery of the .cursor-plugin manifest. Add the community-reported workaround (Cursor Settings → Plugins, paste repo URL) to the Cursor section so it isn't only discoverable from issue threads. Closes #172 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07e2769..d68f341 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,8 @@ The installer clones the repo to `~/.understand-anything/repo` and creates the r Cursor auto-discovers the plugin via `.cursor-plugin/plugin.json` when this repo is cloned. No manual installation needed — just clone and open in Cursor. +If auto-discovery doesn't pick it up, install it manually: open **Cursor Settings → Plugins**, paste `https://github.com/Lum1104/Understand-Anything` into the search field, and add it from there. + ### VS Code + GitHub Copilot VS Code with GitHub Copilot (v1.108+) auto-discovers the plugin via `.copilot-plugin/plugin.json` when this repo is cloned. No manual installation needed — just clone and open in VS Code.