From 9f98484b80e2d4ab0cb4f4830e9fc35d7d5d4439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Fri, 27 Jun 2025 01:24:34 +0100 Subject: [PATCH] chore: fix syntax and add provisioning mention --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd9776a..179079c 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ A [Nushell](https://nushell.sh/) plugin to use [Tera templates](https://keats.gi Clone this repository > [!WARNING] -> **nu_plugin_tera** has dependecies to nushell source via local path in Cargo.toml +> **nu_plugin_tera** 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) Build from source