mirror of
https://github.com/nushell/nushell.git
synced 2025-07-19 15:35:39 +02:00
Using the `--locked` flag prevents installation failures when dependencies have broken updates. All references are replaced.
14 lines
215 B
Markdown
14 lines
215 B
Markdown
# Git stat 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>
|