@localskills/cli 0.11.0 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,14 @@ CLI for [localskills.sh](https://localskills.sh) — install, manage, and publis
8
8
  npm install -g @localskills/cli
9
9
  ```
10
10
 
11
+ Or with your package manager of choice:
12
+
13
+ ```bash
14
+ pnpm add -g @localskills/cli
15
+ yarn global add @localskills/cli
16
+ bun add -g @localskills/cli
17
+ ```
18
+
11
19
  ## Supported platforms
12
20
 
13
21
  | Platform | ID | Global | Project | Method |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localskills/cli",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "CLI for localskills.sh — install agent skills locally",
5
5
  "type": "module",
6
6
  "bin": {