@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 +8 -1
- package/bin/ckb +0 -0
- package/package.json +1 -1
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:
|
|
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
|