From fedfa47b43bbaca0c9a08f8859799ddc0d6ca34b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 7 Mar 2022 22:07:57 +0100 Subject: [PATCH] Fix building instructions in readmes --- plugins/diopser/README.md | 2 +- plugins/puberty_simulator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```