From 3f44e2dded4c888296d7a0f2c1e7b15ab9592b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Fri, 27 Jun 2025 01:03:37 +0100 Subject: [PATCH] chore: add nushell-plugins link and nushell note --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c2ffb3a..13c5ac5 100644 --- a/README.md +++ b/README.md @@ -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 . ```