@cnbcool/cnb-cli 1.4.4 → 1.4.6
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 -8
- package/dist/index.js +42 -31
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ curl -fsSL https://cnb.cool/cnb/skills/cnb-skill/-/git/raw/main/install.sh | sh
|
|
|
41
41
|
安装指定版本:
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
|
-
curl -fsSL https://cnb.cool/cnb/skills/cnb-skill/-/git/raw/main/install.sh | sh -s 1.4.
|
|
44
|
+
curl -fsSL https://cnb.cool/cnb/skills/cnb-skill/-/git/raw/main/install.sh | sh -s 1.4.5
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
**Windows(PowerShell)**:
|
|
@@ -60,13 +60,13 @@ $v="1.4.3"; irm https://cnb.cool/cnb/skills/cnb-skill/-/git/raw/main/install.ps1
|
|
|
60
60
|
|
|
61
61
|
前往 [Releases](https://cnb.cool/cnb/skills/cnb-skill/-/releases) 页面,下载最新版本中对应平台的文件:
|
|
62
62
|
|
|
63
|
-
| 平台
|
|
64
|
-
|
|
65
|
-
| macOS (Apple Silicon) | `cnb-darwin-arm64`
|
|
66
|
-
| macOS (Intel)
|
|
67
|
-
| Linux (x64)
|
|
68
|
-
| Linux (ARM64)
|
|
69
|
-
| Windows (x64)
|
|
63
|
+
| 平台 | 文件名 |
|
|
64
|
+
| --------------------- | --------------------- |
|
|
65
|
+
| macOS (Apple Silicon) | `cnb-darwin-arm64` |
|
|
66
|
+
| macOS (Intel) | `cnb-darwin-x64` |
|
|
67
|
+
| Linux (x64) | `cnb-linux-x64` |
|
|
68
|
+
| Linux (ARM64) | `cnb-linux-arm64` |
|
|
69
|
+
| Windows (x64) | `cnb-windows-x64.exe` |
|
|
70
70
|
|
|
71
71
|
下载后将文件重命名为 `cnb`(Windows 为 `cnb.exe`),放入 PATH 目录中即可使用。
|
|
72
72
|
|