$ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Update Homebrew:$brew updateInstall application:
$brew install <application-name>
Example; Install wget using Homebrew:$brew install wget
$brew install sbt
$brew install scala
$brew install git
(install play)
$brew install typesafe-activator
List applications installed by homebrew:
$brew listRemove application:
$brew remove <application-name>
Check for issues:$brew doctorWhat you can do with Homebrew:
$man brew
Reference:
http://coolestguidesontheplanet.com/setting-up-os-x-mavericks-and-homebrew/
No comments:
Post a Comment