From 310db9730f1e3e4f2d1bc056138c8f7466f37ddd Mon Sep 17 00:00:00 2001 From: Giom Foret Date: Thu, 26 Nov 2020 12:41:42 +0100 Subject: [PATCH] - 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) --- INSTALL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index cc57e520c..3f0f697b5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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