@tc9011/skills-manager 0.7.0 → 0.7.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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,6 +36,8 @@ npx @tc9011/skills-manager push
|
|
|
36
36
|
npm install -g @tc9011/skills-manager
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
+
> **Tip:** If installed globally, you can use `skills-manager` instead of `npx @tc9011/skills-manager` in all commands below.
|
|
40
|
+
|
|
39
41
|
**Requirements:** Node.js ≥ 20, [GitHub CLI](https://cli.github.com/) (`gh`) recommended for auth.
|
|
40
42
|
|
|
41
43
|
## Quick Start
|