docs(readme): note Cursor manual install fallback when auto-discovery fails#199
Merged
Merged
Conversation
… fails 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 Lum1104#172
Contributor
Author
|
@Lum1104 friendly ping when convenient — small README note documenting the Cursor manual-install fallback for when auto-discovery fails. Happy to rework the wording or trim if it feels too much. Thanks! |
Owner
|
Thanks! |
3 tasks
|
The manual install instructions do not work for me. Pasting the repo URL into the search box just results in a No Result message |
|
Same here - followed the instructions but it doesn't work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Cursor section currently says auto-discovery just works when the repo is cloned. In practice some users hit cases where it doesn't (see #172), and the workaround only lives in an issue comment.
This PR adds one sentence to the Cursor section documenting the community-reported fallback: open Cursor Settings → Plugins, paste the repo URL, and add it from there.
Files changed
README.md— 2 added lines in the Cursor install section, no other changes.Test plan
Closes #172