Difference between revisions of "Installation mac mavericks os x"

From relax wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Install brew as 'linux' package manager ==
 
== Install brew as 'linux' package manager ==
 +
You can [http://brew.sh/ read about brew here.]
 
<source lang="bash">
 
<source lang="bash">
 
  ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
 
  ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
 
</source>
 
</source>

Revision as of 17:28, 7 December 2013

Installation

Install brew as 'linux' package manager

You can read about brew here.

 ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"