From 4ce8930342f5133fdde5a4a53919c08955632a23 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Fri, 6 Dec 2024 03:24:26 -0500 Subject: [PATCH] [developerRobot] Add instructions for developerRobot java sim (NFC) (#7498) --- developerRobot/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/developerRobot/README.md b/developerRobot/README.md index 8e01131440..2b332f8afe 100644 --- a/developerRobot/README.md +++ b/developerRobot/README.md @@ -9,7 +9,12 @@ This command builds everything. ## Simulation -This command runs the C++ subproject on desktop. +This command runs the Java project on desktop. +```bash +./gradlew developerRobot:run +``` + +This command runs the C++ project on desktop. ```bash ./gradlew developerRobot:runCpp ```