diff --git a/README.md b/README.md index 73a31d5..3b5c9fd 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ Build To build a release APK ``` -./gradlew assembleRelease +.\gradlew assembleRelease ``` To install directly to the phone connected via ADB ``` -./gradlew installRelease +.\gradlew installRelease ``` ## Contributing