Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy authored Apr 10, 2024
1 parent f5ff8d8 commit 8e7ff30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ You can also get `kcl` from the [github release](https://github.com/kcl-lang/cli
export PATH=$KCL_CLI_INSTALLATION_PATH:$PATH
```

### Docker

```shell
docker run -it kcllang/kcl
```

### Build from Source Code

```shell
Expand All @@ -104,4 +110,4 @@ kcl run ./examples/kubernetes.k


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcl-lang%2Fcli.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcl-lang%2Fcli?ref=badge_large)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkcl-lang%2Fcli.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkcl-lang%2Fcli?ref=badge_large)

0 comments on commit 8e7ff30

Please sign in to comment.