diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 938a31ff59..6ad999f1b6 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -136,8 +136,8 @@ easy to type. * Go to `omim/tools/android` and run `./set_up_android.py`. It would ask for absolute paths to SDK and NDK. Or specify these in command line: - --sdk /Users/yourusername/Library/Android/sdk \ - --ndk /Users/yourusername/Library/Android/ndk + --sdk /Users/$(whoami)/Library/Android/sdk \ + --ndk /Users/$(whoami)/Library/Android/sdk/ndk-bundle * Go to `omim/android` and run `./gradlew clean assembleWebRelease`. * There are `Release`, `Beta` and `Debug` builds.