2016-Outlier2
Code for The Outliers' 2016 FRC robot
Getting Started
- Install IntelliJ IDEA Community Edition
- Clone this repository using Git
If using Windows, open a command prompt in the repository and enter the following commands
> gradlew > gradlew ideaIf using Mac/ Linux, open a command prompt in the repository and enter the following commands
> ./gradlew > ./gradlew ideaDouble-click on Outlier1.ipr to open the project in IntelliJ IDEA
Note that you can use the Terminal window in IntelliJ for future command-prompt/ terminal needs (like deploying code).
See 'GradleRIO4Dummies.txt' for more information.
