mirror of
https://github.com/nushell/nushell.git
synced 2025-07-17 14:55:09 +02:00
Using the `--locked` flag prevents installation failures when dependencies have broken updates. All references are replaced.
14 lines
216 B
Markdown
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>
|