From 2fb9016d1cf5ddfb5773a33d677d4ba83af4a7ad Mon Sep 17 00:00:00 2001 From: Max Ekman Date: Sun, 2 Apr 2023 08:47:30 +0200 Subject: [PATCH] chore(docs): update readme generate section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c233b82..9d731a2 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ In order to run the generator, you will need to install the following tools: > This will download all the required data sources into `sources/`. -- Run `cargo run --release stm32-data-gen` +- Run `cargo run --release --bin stm32-data-gen` > This generates all the intermediate JSON's in `build/data/`. > > > Assignments of registers to peripherals is done in a [perimap](#peripheral-mapping-perimap) and fixes to registers can be done in the files located in `data/registers`. -- Run `cargo run --release stm32-metapac-gen` +- Run `cargo run --release --bin stm32-metapac-gen` > This generates the `stm32-metapac` crate into `build/stm32-metapac/`.