Difference between revisions of "Homebrew"

From CSE231 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Homebrew is a package manager that allows you to install software. To install Homebrew, follow these Terminal command line instructions:
 
Homebrew is a package manager that allows you to install software. To install Homebrew, follow these Terminal command line instructions:
  
<code>/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code><clippy show="false">/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</clippy>
+
<code>/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code>
  
 +
repeated for copy to clipboard:
 +
<clippy show="false">/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</clippy>
  
http://brew.sh
+
<br>
 +
 
 +
 
 +
source: http://brew.sh

Revision as of 21:10, 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)"

repeated for copy to clipboard: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"



source: http://brew.sh