Skip to content

Commit 731c202

Browse files
Fixed command
1 parent e452206 commit 731c202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Note: It is much harder to build manually. We recommend you use Android Studio o
3030
1. Set the environment variable `ANDROID_HOME` to be the path to your Android SDK
3131
2. Set the environment variable `JAVA_HOME` to the path to your Java SDK
3232
3. Run `gradlew.bat assembleDebug` (Windows) or `./gradlew assembleDebug` (Mac / Linux) to build an unisgned apk
33-
4. Alternatively, you can also connect your Android device via USB and install the app on it directly by running `gradlew.bat installDebug` (Windows) or `./gradlew assembleRelease` (Mac / Linux)
33+
4. Alternatively, you can also connect your Android device via USB and install the app on it directly by running `gradlew.bat installDebug` (Windows) or `./gradlew installDebug` (Mac / Linux)
3434

3535
There are more thorough instructions on the [Android Developers website][5]
3636

0 commit comments

Comments
 (0)