nogrep 1.0.3 → 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.
- package/README.md +6 -5
- 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
|
-
|
|
11
|
+
In Claude Code:
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
|