Merge pull request #2437 from dcordero/Bundler

Update build instructions to make use of Bundler
This commit is contained in:
manuroe
2019-06-19 16:47:24 +02:00
committed by GitHub
+2 -1
View File
@@ -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