From e18e5c8565b51c2e3cace4cd77fd0d3983314090 Mon Sep 17 00:00:00 2001 From: Kelson Date: Sun, 8 Dec 2019 14:25:40 +0100 Subject: [PATCH] Fix typo in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 837731a..80e1ba4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ hash -r # Refresh bash paths ``` If your distribution doesn't provide ninja version > 1.6 you can get it -this way : +this way: ```bash wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip unzip ninja-linux.zip ninja -d $HOME/bin @@ -57,7 +57,7 @@ kiwix-build --help ## Target You may want to compile a specific target so you will have to specify it on the -command line : +command line: ```bash kiwix-build kiwix-lib # will build kiwix-build and its dependencies kiwix-build zim-tools # will build zim-tools and its dependencies @@ -68,13 +68,13 @@ By default, `kiwix-build` will build `kiwix-tools` . ## Target platform If no target platform is specified, a default one will be infered from -the specified target : +the specified target: - `kiwix-lib-app` will be build using the platform `android` - Other targets will be build using the platform `native_dyn` But you can select another target platform using the option `--target-platform`. For now, there is ten different supported -platforms : +platforms: - native_dyn - native_static @@ -116,7 +116,7 @@ $ kiwix-build kiwix-lib-app # because `android` platform is the default for `kiw ``` By default, when using platform `android`, `kiwix-lib` will be build for -all architectures. This can be changed by using the option `--android-arch` : +all architectures. This can be changed by using the option `--android-arch`: ```bash $ kiwix-build kiwix-lib-app # aar with all architectures $ kiwix-build kiwix-lib-app --android-arch arm # aar with arm architecture