claudio-cli-darwin-x64 0.1.33 → 0.1.34

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 (3) hide show
  1. package/README.md +13 -1
  2. package/claudio-cli +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,19 @@ Install it, log in once, and you've got a local orchestrator that can plan, buil
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- pnpm add -g claudio-cli@latest # or: npm install -g claudio-cli@latest | yarn global add claudio-cli@latest
12
+ pnpm add -g claudio-cli@latest
13
+ ```
14
+
15
+ or
16
+
17
+ ```bash
18
+ npm install -g claudio-cli@latest
19
+ ```
20
+
21
+ or
22
+
23
+ ```bash
24
+ yarn global add claudio-cli@latest
13
25
  ```
14
26
 
15
27
  Then:
package/claudio-cli CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudio-cli-darwin-x64",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Bun-compiled claudio-cli binary for darwin/x64. Installed automatically by claudio-cli.",
5
5
  "license": "MIT",
6
6
  "os": ["darwin"],