瀏覽代碼

'README.md' ändern

Martin Schmitz 6 年之前
父節點
當前提交
a5c502eeec
共有 1 個文件被更改,包括 5 次插入2 次删除
  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`
+
 
 -----