Skip to main content

Command Palette

Search for a command to run...

Getting started in KCL project

Published
1 min read
M

Documenting my journey of learning in public.

Currently, I am learning the KCL lang project which is part of CNCF. This project is hosted on GitHub https://github.com/kcl-lang/kcl.

Installing KCL

I am a windows user, so I installed KCL using the go command.

go install kcl-lang.io/cli/cmd/kcl@latest