chore: fix syntax and add provisioning mention

This commit is contained in:
Jesús Pérex 2025-06-27 01:24:24 +01:00
parent 16b66a22ea
commit 8049fd3b00

View File

@ -4,20 +4,22 @@ A [Nushell](https://nushell.sh/) plugin to use with [KCL](https://www.kcl-lang.i
## Installing
> [!TIP]
> [!CAUTION]
> Require to have [KCL](https://www.kcl-lang.io/) CLI wrapper
> use [KLC installation documentation](https://www.kcl-lang.io/docs/user_docs/getting-started/install)
Clone this repository
> [!WARNING]
> **nu_plugin_kcl** has dependecies to nushell source via local path in Cargo.toml
> **nu_plugin_kcl** has dependencies to nushell source via local path in Cargo.toml
> Nushell and plugins require to be **sync** with same **version**
Clone [Nushell](https://nushell.sh/) to plugin to use [Tera templates](https://keats.github.io/tera/docs/) or change dependecies in [Cargo.toml](Cargo.toml)
Another option is to use [nushell-plugins](/jesus/nushell-plugins) as this repo is also included as submodule there.
This plugin is also included as submodule in [nushell-plugins](/jesus/nushell-plugins)
as part of plugins collection for [Provisioning project](https://rlung.librecloud.online/jesus/provisioning)
Is used in
Build from source