1
0
Fork 0

Fix building instructions in readmes

This commit is contained in:
Robbert van der Helm 2022-03-07 22:07:57 +01:00
parent ef1abe0508
commit fedfa47b43
2 changed files with 2 additions and 2 deletions

View file

@ -38,5 +38,5 @@ After installing [Rust](https://rustup.rs/) with the nightly toolchain (because
of the use of SIMD), you can compile Diopser as follows:
```shell
cargo +nightly xtask bundle gain --release
cargo +nightly xtask bundle diopser --release
```

View file

@ -26,5 +26,5 @@ After installing [Rust](https://rustup.rs/), you can compile Puberty Simulator
as follows:
```shell
cargo xtask bundle gain --release
cargo xtask bundle puberty_simulator --release
```