claude-code-tracker 1.1.0 → 1.1.1
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,8 +30,10 @@ The `postinstall` script copies the tracking scripts to `~/.claude/tracking/` an
|
|
|
30
30
|
|
|
31
31
|
### Option 2 — Homebrew
|
|
32
32
|
|
|
33
|
+
Homebrew only knows about packages in its default registry. `brew tap` adds a third-party repository so Homebrew can find this package.
|
|
34
|
+
|
|
33
35
|
```bash
|
|
34
|
-
brew tap
|
|
36
|
+
brew tap kelsi-andrewss/claude-code-tracker
|
|
35
37
|
brew install claude-code-tracker
|
|
36
38
|
```
|
|
37
39
|
|