Selaa lähdekoodia

'README.md' ändern

Martin Schmitz 6 vuotta sitten
vanhempi
commit
a5c502eeec
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -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`
+
 
 -----