From 8229c0c160756024e2672d620bcd2bfaea5dd7d5 Mon Sep 17 00:00:00 2001 From: peefy Date: Thu, 21 Mar 2024 13:19:51 +0800 Subject: [PATCH] chore: bump version install to v0.8.0 Signed-off-by: peefy --- docs/user_docs/getting-started/install.md | 2 +- .../current/user_docs/getting-started/install.md | 2 +- .../version-0.8/user_docs/getting-started/install.md | 2 +- versioned_docs/version-0.8/user_docs/getting-started/install.md | 2 +- .../user_docs/guides/package-management/4-how-to/9-kpm_oci.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/user_docs/getting-started/install.md b/docs/user_docs/getting-started/install.md index 2cd180fc..fc92bd9a 100644 --- a/docs/user_docs/getting-started/install.md +++ b/docs/user_docs/getting-started/install.md @@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie ```bash # Install the latest version -brew install kcl-lang/tap/kcl@0.7.0 +brew install kcl-lang/tap/kcl@0.8.0 # Specify a version brew install kcl-lang/tap/kcl@x.y.z diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md index c542b556..951d7f9b 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md @@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie ```bash # 安装最新版本 -brew install kcl-lang/tap/kcl@0.7.0 +brew install kcl-lang/tap/kcl@0.8.0 # 安装固定版本 brew install kcl-lang/tap/kcl@x.y.z diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/getting-started/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/getting-started/install.md index c542b556..951d7f9b 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/getting-started/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/getting-started/install.md @@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie ```bash # 安装最新版本 -brew install kcl-lang/tap/kcl@0.7.0 +brew install kcl-lang/tap/kcl@0.8.0 # 安装固定版本 brew install kcl-lang/tap/kcl@x.y.z diff --git a/versioned_docs/version-0.8/user_docs/getting-started/install.md b/versioned_docs/version-0.8/user_docs/getting-started/install.md index 2cd180fc..fc92bd9a 100644 --- a/versioned_docs/version-0.8/user_docs/getting-started/install.md +++ b/versioned_docs/version-0.8/user_docs/getting-started/install.md @@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie ```bash # Install the latest version -brew install kcl-lang/tap/kcl@0.7.0 +brew install kcl-lang/tap/kcl@0.8.0 # Specify a version brew install kcl-lang/tap/kcl@x.y.z diff --git a/versioned_docs/version-0.8/user_docs/guides/package-management/4-how-to/9-kpm_oci.md b/versioned_docs/version-0.8/user_docs/guides/package-management/4-how-to/9-kpm_oci.md index 5f98ac26..23eec53a 100644 --- a/versioned_docs/version-0.8/user_docs/guides/package-management/4-how-to/9-kpm_oci.md +++ b/versioned_docs/version-0.8/user_docs/guides/package-management/4-how-to/9-kpm_oci.md @@ -174,7 +174,7 @@ kcl mod pull oci://localhost:5001/test/MyPkg --tag v0.1.0 ### `kcl run` to compile a KCL package -KCL can directly compile a kcl package through the url of OCI. +KCL package management tool can directly compile a kcl package through the url of OCI. ```shell kcl run