From d18d12d379b5ba2d471468da065b34901753bd2c Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Mon, 30 May 2022 13:55:10 -0400 Subject: [PATCH] minor documentation fixes --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d5f0bf..8129332 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To build the android project for Android bindings, run: ```bash cd android -./gradlew clean assembleRelease +./gradlew clean build ``` To build the Xcode workspace for Objective-C bindings, run: @@ -65,7 +65,7 @@ pod install open OLMKit.xcworkspace ``` -To build the Python bindings, first build olm as a shared library as above, and +To build the Python 3 bindings, first build olm as a shared library as above, and then run: ```bash @@ -73,9 +73,6 @@ cd python make ``` -to make both the Python 2 and Python 3 bindings. To make only one version, use -``make olm-python2`` or ``make olm-python3`` instead of just ``make``. - ### Using make instead of cmake **WARNING:** Using cmake is the preferred method for building the olm library;