mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user