From dcb3a904cf087cc7d612e3a202c3a646f1db5680 Mon Sep 17 00:00:00 2001 From: David Cordero Date: Sun, 19 May 2019 16:41:06 +0200 Subject: [PATCH] Update build instructions to make use of Bundler --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d1c56e902..7e398492b 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,8 @@ Before opening the Riot Xcode workspace, you need to build it with the CocoaPods command:: $ cd Riot - $ pod install + $ bundle install + $ bundle exec pod install This will load all dependencies for the Riot source code, including MatrixKit and MatrixSDK. You will need an recent and updated (``pod setup``) install of