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

@@ -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
```