skill-atlas-cli 0.2.0-beta.7 → 0.2.0-beta.9
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 +1 -1
package/package.json
CHANGED
package/skillhub.md
CHANGED
|
@@ -25,7 +25,7 @@ curl -fsSL https://unpkg.com/skill-atlas-cli/install.sh | bash
|
|
|
25
25
|
**测试环境(OSS 使用 `install_test.tar.gz`):**
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
SKILL_ATLAS_INSTALL_CHANNEL=test curl -fsSL https://unpkg.com/skill-atlas-cli/install.sh | bash
|
|
28
|
+
SKILL_ATLAS_INSTALL_CHANNEL=test curl -fsSL https://unpkg.com/skill-atlas-cli@beta/install.sh | bash
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
**Windows (PowerShell):**
|