From 20994fa048b656bc086cabfef07e6a2efed255e3 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 16 Jul 2018 09:48:37 +0200 Subject: [PATCH] [README] Fix typos in android section in the readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4361e28..ec0a8b5 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ When building `kiwix-lib`, you should directly use the target-platform `android_`: ``` -$ kiwix-build kiwix-android --target-platform android_arm +$ kiwix-build kiwix-lib --target-platform android_arm ``` But, `kiwix-android` apk can also be multi arch (ie, it includes @@ -117,15 +117,15 @@ But, `kiwix-android` apk can also be multi arch (ie, it includes ``` $ kiwix-build --target-platform android kiwix-android -$ kiwix-build kiwix-android # because `android` platform is the default `kiwix-android` +$ kiwix-build kiwix-android # because `android` platform is the default for `kiwix-android` ``` By default, when using platform `android`, `kiwix-lib` will be build for -all architectures. This can be change by using the option `--android-arch` : +all architectures. This can be changed by using the option `--android-arch` : ``` $ kiwix-build kiwix-android # apk for all architectures -$ kiwix-build kiwix-android --android-arch arm # apk for arm architectures (equivalent to `kiwix-android --target-platform android_arm`) +$ kiwix-build kiwix-android --android-arch arm # apk for arm architecture $ kiwix-build kiwix-anrdoid --android-arch arm --android-arch arm64 # apk for arm and arm64 architectures ```