- Homebrew is an interesting package manager on macOS but no more required now

Note: a ref is kept in the section Install Ruby (see official instructions link)
This commit is contained in:
Giom Foret 2020-11-26 12:41:42 +01:00
parent 5d5a227464
commit 122fdd11e7

View file

@ -7,7 +7,6 @@ To build Element iOS project you need:
- Xcode 12.1+.
- [Ruby](https://www.ruby-lang.org/), a dynamic programming language used by several build tools.
- [CocoaPods](https://cocoapods.org), library dependencies manager for Xcode projects.
- [Homebrew](http://brew.sh/) (recommended), is a package manager for macOS.
- [bundler](https://bundler.io/) (optional), is also a dependency manager used to manage build tools dependency (CocoaPods, Fastlane).
### Install Ruby