1
0
Fork 0

Explicitly mention the nightly toolchain

This commit is contained in:
Robbert van der Helm 2022-02-15 20:13:28 +01:00
parent 1d7a6a870b
commit d37b866115

View file

@ -21,10 +21,11 @@ and much better performance.
### Building
After installing [Rust](https://rustup.rs/) you can compile Diopser as follows
After installing [Rust](https://rustup.rs/) with the nightly toolchain you can
compile Diopser as follows
```shell
cargo xtask bundle gain --release --bundle-vst3
cargo +nightly xtask bundle gain --release --bundle-vst3
```
If you don't have access to a nightly compiler (`rustup default nightly && rustup update`),