Explicitly mention the nightly toolchain
This commit is contained in:
parent
1d7a6a870b
commit
d37b866115
|
@ -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`),
|
||||
|
|
Loading…
Reference in a new issue