Skip to content

Commit b8d0ae4

Browse files
committed
docs: add kcl cli nix installation documents
Signed-off-by: peefy <[email protected]>
1 parent cded73a commit b8d0ae4

File tree

4 files changed

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

4 files changed

+16
-0
lines changed

docs/user_docs/getting-started/install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl
123123
docker pull kcllang/kcl
124124
```
125125

126+
### From Nix Packages
127+
128+
See [here](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli)
129+
126130
### Note
127131

128132
We can execute the following command to ensure that KCL has been installed correctly.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl
123123
docker pull kcllang/kcl
124124
```
125125

126+
### 使用 Nix 安装
127+
128+
查看[这里](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli)
129+
126130
### 注意
127131

128132
可以执行运行如下命令确保 KCL 已经正确安装

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl
123123
docker pull kcllang/kcl
124124
```
125125

126+
### 使用 Nix 安装
127+
128+
查看[这里](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli)
129+
126130
### 注意
127131

128132
可以执行运行如下命令确保 KCL 已经正确安装

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl
123123
docker pull kcllang/kcl
124124
```
125125

126+
### From Nix Packages
127+
128+
See [here](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli)
129+
126130
### Note
127131

128132
We can execute the following command to ensure that KCL has been installed correctly.

0 commit comments

Comments
 (0)