forked from extern/nushell
improve inc plugin docs (#5346)
This is a convenience for anyone using GitHub features to copy paste directly into your local shell
This commit is contained in:
parent
e7831d38ae
commit
5f35e4ad1e
@ -5,9 +5,9 @@ Note: this requires Nushell 0.60 or later
|
|||||||
To install:
|
To install:
|
||||||
|
|
||||||
```
|
```
|
||||||
> cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
To register (from inside Nushell):
|
To register (from inside Nushell):
|
||||||
```
|
```
|
||||||
> register <path to installed plugin> --encoding json
|
register <path to installed plugin> --encoding json
|
||||||
|
Loading…
Reference in New Issue
Block a user