Updated readme with right path for Linux

#comment Path to Android Sdk folder has been updated in README.md
Affected: README.md
This commit is contained in:
Davide Farella 2020-04-29 18:02:55 +02:00 committed by Zorica Stojchevska
parent 7d35bf6187
commit a9b2561e3c
1 changed files with 5 additions and 1 deletions

View File

@ -23,12 +23,16 @@ Alternatively, if you want to build the app directly from the command line (or u
- Windows: `C:\Users\<username>\AppData\Local\Android\sdk`
- MacOS: `/Users/<username>/Library/Android/Sdk/`
- Linux: `/Users/<username>/Android/Sdk/`
- Linux: `/home/<username>/Android/Sdk/`
Then, go to the apps root directory in the command line tool and run:
- `./gradlew assembleBetaDebug`
- `adb install ./app/build/outputs/apk/beta/debug/ProtonMail-Android-1.XX.X-beta-debug.apk`
## Contributions
Copyright (c) 2020 Proton Technologies AG