Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 877 Bytes

Homebrew.md

File metadata and controls

23 lines (16 loc) · 877 Bytes

Setup Homebrew

What is homebrew?

Homebrew […] simplifies the installation of software on the Mac OS X operating system.

Homebrew – Wikipedia 🗗

Installation

Open a terminal window.

Copy & paste the following into the terminal window and hit Return.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor

You will be offered to install the Command Line Developer Tools from Apple. Confirm by clicking Install. After the installation finished, continue installing Homebrew by hitting Return again.

Credits

Gist 🗗 from derhuerst 🗗