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.
- package/README.md +13 -1
- package/claudio-cli +0 -0
- 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
|
|
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
|