What is Homebrew and how do I get started on Mac?
It's a free and open-source package management system. It makes it more easy and simple to install software om the macOS operating system (and Linux). Created by Max Howell it's very popular now.
Example (run from Terminal) on installing something:
To install Homebrew, just type this into your terminal:
Example (run from Terminal) on installing something:
brew install unixodbc
To install Homebrew, just type this into your terminal:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Comments
Post a Comment