We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0217f2 commit 2793ffaCopy full SHA for 2793ffa
README.md
@@ -23,10 +23,16 @@ Check out the release notes and [the wiki](https://github.com/WPIRoboticsProject
23
24
## Building GRIP From Source
25
26
-To build and run, use the included Gradle wrapper script.
+To build and run, use the included Gradle wrapper script on a Unix System:
27
28
./gradlew :ui:run
29
30
+On Windows:
31
+
32
+ gradlew.bat :ui:run
33
34
+If you don't have an internet connection you can build using the `--offline` flag if you have built GRIP once before.
35
36
## Contributing
37
38
See the guide on [setting up build tools](https://github.com/WPIRoboticsProjects/GRIP/wiki/Setting-up-build-tools) in the wiki.
0 commit comments