Add a cargo-nih-plug usage example.
This commit is contained in:
parent
fa7f9fd85b
commit
bb7a1c3586
|
@ -11,3 +11,9 @@ this using:
|
||||||
```shell
|
```shell
|
||||||
cargo install --git https://github.com/robbert-vdh/nih-plug.git cargo-nih-plug
|
cargo install --git https://github.com/robbert-vdh/nih-plug.git cargo-nih-plug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once that's installed, you can bundle plugins using:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cargo nih-plug bundle <package_name> --release
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue