Difference between revisions of "Homebrew"
Jump to navigation
Jump to search
Theronhowe (talk | contribs) (Created page with "Homebrew is a package manager that allows you to install software. To install Homebrew, go to the website and follow the Terminal command line instructions. http://brew.sh") |
Theronhowe (talk | contribs) |
||
Line 1: | Line 1: | ||
− | Homebrew is a package manager that allows you to install software. To install Homebrew, | + | Homebrew is a package manager that allows you to install software. To install Homebrew, follow these Terminal command line instructions: |
+ | |||
+ | /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | ||
http://brew.sh | http://brew.sh |
Revision as of 20:41, 10 February 2017
Homebrew is a package manager that allows you to install software. To install Homebrew, follow these Terminal command line instructions:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"