Files
nushell/crates/nu_plugin_inc/README.md
Allan 00bc3b054d Add --locked flag to Cargo install
Using the `--locked` flag prevents installation failures when dependencies have broken updates.

All references are replaced.
2024-11-18 09:28:05 -05:00

14 lines
216 B
Markdown

# Incrementor plugin for Nushell
Note: this requires Nushell 0.60 or later
To install:
```
cargo install --path . --locked
```
To add the plugin (from inside Nushell):
```
> plugin add <path to installed plugin>