Skip to content

Installation

Aidan Heller edited this page Jul 10, 2020 · 3 revisions

It is recommended by FIRST that you use Gradle to build your FRC projects, so that is the method that this guide will cover.

First, add this line to your dependencies block:

maven { url 'https://jitpack.io' }

Then, add this line to your repositories block:

implementation 'com.github.Botful:org.botful:0.1.1'

That's it! Now you're all set to use sertain.

Clone this wiki locally