@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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. 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
- # not relased, i am on the plane with very poor network, if the plane can not land, anyone see this help me make this agent-system more strong.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shareai-lab/kode",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "bin": {
5
5
  "kode": "cli.mjs"
6
6
  },