Fix building instructions in readmes
This commit is contained in:
parent
ef1abe0508
commit
fedfa47b43
|
@ -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:
|
of the use of SIMD), you can compile Diopser as follows:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cargo +nightly xtask bundle gain --release
|
cargo +nightly xtask bundle diopser --release
|
||||||
```
|
```
|
||||||
|
|
|
@ -26,5 +26,5 @@ After installing [Rust](https://rustup.rs/), you can compile Puberty Simulator
|
||||||
as follows:
|
as follows:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cargo xtask bundle gain --release
|
cargo xtask bundle puberty_simulator --release
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue