diff --git a/README.md b/README.md index 025b80f..6a5a9ba 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +[![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)