@shareai-lab/kode 1.0.69 → 1.0.70
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 +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,14 @@ You can see this as open-cc for everyone, agent-system design is in [./system-de
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
#
|
|
19
|
+
# Install with npm
|
|
20
|
+
npm install -g @shareai-lab/kode
|
|
21
|
+
|
|
22
|
+
# Install with pnpm
|
|
23
|
+
pnpm install -g @shareai-lab/kode
|
|
24
|
+
|
|
25
|
+
# Install with yarn
|
|
26
|
+
yarn global add @shareai-lab/kode
|
|
20
27
|
```
|
|
21
28
|
|
|
22
29
|
## Quick Start
|