From b0d63b8859763a7f30b48f335b03c396f7909321 Mon Sep 17 00:00:00 2001 From: Noah Sprenger <69169402+NoahSprenger@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:25:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc820f6c..ef0a65e5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 3. Install probe-run: `cargo install --git https://github.com/uorocketry/probe-run` - `probe-run` currently requires a patch to flash our chip, so please use the above version while the patch is upstreamed 4, Install cargo-make: `cargo install cargo-make` -4. Flash: `cargo run --bin main` +4. Flash: `cargo run --bin sensor` or one of the other boards [communication, recovery, power] 5. Run tests: `cargo make test-host` or `cargo make test-device` For more detailed instructions on flashing, debugging, and more, please see [the wiki](https://avwiki.uorocketry.ca/en/Avionics/HYDRA/Software).