@tastehub/ckb-linux-arm64 8.0.3 → 8.0.5

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/bin/README.md CHANGED
@@ -108,7 +108,14 @@ npm install -g @tastehub/ckb
108
108
  npx @tastehub/ckb init
109
109
  ```
110
110
 
111
- ### Option 2: Build from Source
111
+ ### Option 2: Homebrew (macOS/Linux)
112
+
113
+ ```bash
114
+ brew tap SimplyLiz/ckb
115
+ brew install ckb
116
+ ```
117
+
118
+ ### Option 3: Build from Source
112
119
 
113
120
  ```bash
114
121
  git clone https://github.com/SimplyLiz/CodeMCP.git
package/bin/ckb CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tastehub/ckb-linux-arm64",
3
- "version": "8.0.3",
3
+ "version": "8.0.5",
4
4
  "description": "CKB binary for linux-arm64",
5
5
  "os": ["linux"],
6
6
  "cpu": ["arm64"],