Skip to content

Commit

Permalink
Merge pull request #339 from Peefy/kcl-cli-nix-installation
Browse files Browse the repository at this point in the history
docs: add kcl cli nix installation documents
  • Loading branch information
Peefy committed Apr 22, 2024
2 parents cded73a + b8d0ae4 commit 965839c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
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

0 comments on commit 965839c

Please sign in to comment.