skill-atlas-cli 0.2.0-beta.17 → 0.2.0-beta.18
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/package.json +1 -1
- package/skillhub.md +2 -2
package/package.json
CHANGED
package/skillhub.md
CHANGED
|
@@ -8,13 +8,13 @@ SkillAtlas 是国内优先的 Skill 商店。本指南说明如何正确安装
|
|
|
8
8
|
|
|
9
9
|
## 一、安装 SkillAtlas CLI
|
|
10
10
|
|
|
11
|
-
### 1.1
|
|
11
|
+
### 1.1 检查skillatlas cli是否是0.2.0相关版本
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
which skill-atlas && skill-atlas --version
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
### 1.2
|
|
17
|
+
### 1.2 不满足要求需要执行脚本安装更新
|
|
18
18
|
|
|
19
19
|
**macOS / Linux / Git Bash:**
|
|
20
20
|
|