Skip to content

Commit

Permalink
Merge pull request nushell#13 from aaarkid/patch-1
Browse files Browse the repository at this point in the history
doc: Update readme to propose plugin quickfix
  • Loading branch information
fdncred committed Nov 14, 2022
2 parents cf0b8f8 + bed49ad commit e655e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [nu_plugin_from_parquet](https://github.com/fdncred/nu_plugin_from_parquet): A plugin to parse parquet files into nushell data structures.
- [nu_plugin_bio](https://github.com/Euphrasiologist/nu_plugin_bio): A bioinformatics plugin for nushell.

> If the shell freezes while registering the command, that means the plugin is using an older Nu version no longer compatible with your currect version. Consider bumping the Nu version to the latest in the `cargo.toml`, (may lead to breaking the script).
## Scripts
You can find some examples about how to create and use scripts in the [Nushell Scripts](https://www.nushell.sh/book/scripts.html) page.

Expand Down

0 comments on commit e655e2f

Please sign in to comment.