chore: add nushell-plugins link and nushell note

This commit is contained in:
Jesús Pérex 2025-06-27 01:03:37 +01:00
parent 5a4d9df16e
commit 3f44e2dded

View File

@ -9,9 +9,18 @@ A [Nushell](https://nushell.sh/) plugin to use with [KCL](https://www.kcl-lang.i
Clone this repository
>[!IMPORTANT] **nu_plugin_kcl** has dependecies 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.
Build from source
```nushell
> cd nu_plugin_tcl
> cargo install --path .
```