@@ -22,12 +22,15 @@ See [Releases](../../releases)
## Compiling and Building OLIR
-#### Compile
+#### Compiling
Run `./gradlew assemble`
-#### Deploy
+#### Deploying
Plug in your Android device and run `./gradlew installDebug`
+#### Building a Release
+Run `./gradlew assemble`
+
-----