diff --git a/README.md b/README.md index c39bfe16..8c4cd472 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,17 @@ # robot2017 FRC Team 449 Blair Robot Project's 2017 build season code -JavaDocs: https://blair-robot-project.github.io/robot2017/ \ No newline at end of file +JavaDocs: https://blair-robot-project.github.io/robot2017/ + +In order for this code to work on your RoboRIO, you have to install +java using our custom installer, found [here](https://github.com/blair-robot-project/java-installer). + +For info on how to set up your computer for Gradle and Java, see [here]( +http://team449.shoutwiki.com/wiki/Software_Guide). + +For info on the file structure, see [here](http://team449.shoutwiki.com/wiki/Filetree_Structure). + +For info on our framework, see [here](http://team449.shoutwiki.com/wiki/Information_Hiding). + +Reading everything [here](http://team449.shoutwiki.com/wiki/Category:Programming) +before writing code is probably a good idea.