Skip to content

Commit

Permalink
chore: bump version install to v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Mar 21, 2024
1 parent 3971efb commit 8229c0c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/user_docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <oci_url>
Expand Down

0 comments on commit 8229c0c

Please sign in to comment.