Difference between revisions of "Installation mac mavericks os x"

From relax wiki
Jump to navigation Jump to search
(Created page with "== Installation ==")
 
Line 1: Line 1:
 
== Installation ==
 
== Installation ==
 +
 +
== Install brew as 'linux' package manager ==
 +
<source lang="bash">
 +
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
 +
</source>

Revision as of 17:27, 7 December 2013

Installation

Install brew as 'linux' package manager

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