aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-01-17 09:58:13 +0000
committerRichard van der Hoff <richard@matrix.org>2017-01-17 09:59:30 +0000
commit199a4e70616a583e33d7e9a7dd8c95503845fcac (patch)
treefd757ad4aaf614765d4f04dedf3b8f5fa8a04381 /README.rst
parent860740a91ee0efcf3c594ece23ef0a38ddda394e (diff)
Fix Android build instrucitons
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 43873ee..0b2b190 100644
--- a/README.rst
+++ b/README.rst
@@ -32,12 +32,13 @@ To build the javascript bindings, install emscripten from http://kripken.github.
.. code:: bash
make js
-
+
To build the android project for Android bindings, run:
- .. code:: bash
- cd android
- ./gradlew clean assembleRelease
+.. code:: bash
+
+ cd android
+ ./gradlew clean assembleRelease
To build the Xcode workspace for Objective-C bindings, run: