diff --git a/plugins/diopser/README.md b/plugins/diopser/README.md index 165e4295..63cf6631 100644 --- a/plugins/diopser/README.md +++ b/plugins/diopser/README.md @@ -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 ``` diff --git a/plugins/puberty_simulator/README.md b/plugins/puberty_simulator/README.md index 65a9a464..3fd5c3b1 100644 --- a/plugins/puberty_simulator/README.md +++ b/plugins/puberty_simulator/README.md @@ -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 ```