Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2018-07-23 19:33:30 +0300
committerMikhail Gorbushin <m.gorbushin@corp.mail.ru>2018-07-23 19:33:30 +0300
commitad8f616734121ef07e26b6460203958446ec908b (patch)
treed9117a4e38555c416a682266b01c888944b4081e /docs
parent8bcd254bdc661276c733c278a640973f3a4d7647 (diff)
improve doc
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
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.