Skip to content

Commit 2793ffa

Browse files
committed
Update README.md
Adds information about building on windows and how to build in offline mode.
1 parent b0217f2 commit 2793ffa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ Check out the release notes and [the wiki](https://github.com/WPIRoboticsProject
2323

2424
## Building GRIP From Source
2525

26-
To build and run, use the included Gradle wrapper script.
26+
To build and run, use the included Gradle wrapper script on a Unix System:
2727

2828
./gradlew :ui:run
2929

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+
3036
## Contributing
3137

3238
See the guide on [setting up build tools](https://github.com/WPIRoboticsProjects/GRIP/wiki/Setting-up-build-tools) in the wiki.

0 commit comments

Comments
 (0)