Skip to content

Commit 8229c0c

Browse files
committed
chore: bump version install to v0.8.0
Signed-off-by: peefy <[email protected]>
1 parent 3971efb commit 8229c0c

File tree

5 files changed

+5
-5
lines changed
  • docs/user_docs/getting-started
  • i18n/zh-CN/docusaurus-plugin-content-docs
  • versioned_docs/version-0.8/user_docs

5 files changed

+5
-5
lines changed

docs/user_docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie
7474

7575
```bash
7676
# Install the latest version
77-
brew install kcl-lang/tap/kcl@0.7.0
77+
brew install kcl-lang/tap/kcl@0.8.0
7878

7979
# Specify a version
8080
brew install kcl-lang/tap/[email protected]

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie
7474

7575
```bash
7676
# 安装最新版本
77-
brew install kcl-lang/tap/kcl@0.7.0
77+
brew install kcl-lang/tap/kcl@0.8.0
7878

7979
# 安装固定版本
8080
brew install kcl-lang/tap/[email protected]

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie
7474

7575
```bash
7676
# 安装最新版本
77-
brew install kcl-lang/tap/kcl@0.7.0
77+
brew install kcl-lang/tap/kcl@0.8.0
7878

7979
# 安装固定版本
8080
brew install kcl-lang/tap/[email protected]

versioned_docs/version-0.8/user_docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie
7474

7575
```bash
7676
# Install the latest version
77-
brew install kcl-lang/tap/kcl@0.7.0
77+
brew install kcl-lang/tap/kcl@0.8.0
7878

7979
# Specify a version
8080
brew install kcl-lang/tap/[email protected]

versioned_docs/version-0.8/user_docs/guides/package-management/4-how-to/9-kpm_oci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0
174174

175175
### `kcl run` to compile a KCL package
176176

177-
KCL can directly compile a kcl package through the url of OCI.
177+
KCL package management tool can directly compile a kcl package through the url of OCI.
178178

179179
```shell
180180
kcl run <oci_url>

0 commit comments

Comments
 (0)