From b8d0ae49e4e54812bcfbb77a8d14cb559690edc7 Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 22 Apr 2024 13:42:00 +0800 Subject: [PATCH] docs: add kcl cli nix installation documents Signed-off-by: peefy --- docs/user_docs/getting-started/install.md | 4 ++++ .../current/user_docs/getting-started/install.md | 4 ++++ .../version-0.8/user_docs/getting-started/install.md | 4 ++++ .../version-0.8/user_docs/getting-started/install.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/docs/user_docs/getting-started/install.md b/docs/user_docs/getting-started/install.md index fc92bd9a..963c5e44 100644 --- a/docs/user_docs/getting-started/install.md +++ b/docs/user_docs/getting-started/install.md @@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl docker pull kcllang/kcl ``` +### From Nix Packages + +See [here](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli) + ### Note We can execute the following command to ensure that KCL has been installed correctly. 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 951d7f9b..7a176f1c 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 @@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl docker pull kcllang/kcl ``` +### 使用 Nix 安装 + +查看[这里](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli) + ### 注意 可以执行运行如下命令确保 KCL 已经正确安装 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 951d7f9b..7a176f1c 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 @@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl docker pull kcllang/kcl ``` +### 使用 Nix 安装 + +查看[这里](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli) + ### 注意 可以执行运行如下命令确保 KCL 已经正确安装 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 fc92bd9a..963c5e44 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 @@ -123,6 +123,10 @@ docker run --rm -it kcllang/kcl docker pull kcllang/kcl ``` +### From Nix Packages + +See [here](https://search.nixos.org/packages?channel=unstable&show=kcl-cli&from=0&size=50&sort=relevance&type=packages&query=kcl-cli) + ### Note We can execute the following command to ensure that KCL has been installed correctly.