Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add kcl cli nix installation documents #339

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/user_docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 已经正确安装
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 已经正确安装
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading