chore: add nushell-plugins link and nushell note
This commit is contained in:
parent
12b697b858
commit
cb665d4f7e
@ -6,9 +6,17 @@ A [Nushell](https://nushell.sh/) plugin to use [Tera templates](https://keats.gi
|
|||||||
|
|
||||||
Clone this repository
|
Clone this repository
|
||||||
|
|
||||||
|
>[!IMPORTANT] **nu_plugin_*** have 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
|
Build from source
|
||||||
|
|
||||||
```nushell
|
```nushell
|
||||||
|
> cd nu_plugin_tera
|
||||||
> cargo install --path .
|
> cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user