nogrep 1.0.1 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,12 +8,13 @@ A Claude Code plugin that gives AI agents a navigable index of any codebase, so
8
8
 
9
9
  ## Install
10
10
 
11
- Add the marketplace and install the plugin:
11
+ In Claude Code:
12
12
 
13
- ```
14
- /plugin marketplace add alirezanasseh/nogrep
15
- /plugin install nogrep@nogrep-marketplace
16
- ```
13
+ 1. Type `/plugin` and go to the `Marketplaces` tab
14
+ 2. Hit Enter on `+ Add Marketplace` and enter `alirezanasseh/nogrep`
15
+ 3. Wait for the plugin to appear, then hit Enter on `nogrep`
16
+ 4. Choose the installation scope (you, your team, etc.) and hit Enter
17
+ 5. Type `/reload-plugins` to activate
17
18
 
18
19
  For local development/testing:
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nogrep",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Navigable codebase index for Claude Code — stop grepping, start navigating",
5
5
  "repository": {
6
6
  "type": "git",