1
0
Fork 0

Add a cargo-nih-plug usage example.

This commit is contained in:
Robbert van der Helm 2022-03-02 10:29:42 +01:00
parent fa7f9fd85b
commit bb7a1c3586

View file

@ -11,3 +11,9 @@ this using:
```shell
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
```