Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKana Lea One Love
67 PointsHelp request with Installing Homebrew on MacOSX 10.7 :)
Hi fellow Treehousers ! :)
@ 3:42, Jason advises us to "Click install Homebrew button"
In the version of Homebrew that I found online : http://brew.sh/
... there is no "Click install Homebrew button" ..?
& also when he says 'Terminal', what does that mean and where do I access this program..?
Thank You for your support, as I am a complete beginner to computer programming and would really appreciate your pointers :)
Thank You in advance !
Kana Lea One Love
2 Answers
rayorke
27,709 PointsHi Kana!
You'll quickly learn that Jason has a sense of humour :) Although, there may have been an "install homebrew" button when he recorded the video.
If you haven't used the Terminal (console) before, Treehouse has a fantastic Deep Dive series that walks you through getting comfortable with the console. I would highly recommend going through this before proceeding.
You can find it here:
http://teamtreehouse.com/library/console-foundations-2
Good luck on your adventure!
Stone Preston
42,016 PointsHomebrew can be installed from the command line. Go to your applications folder -> utilities -> terminal. A window will pop up. and paste the following in:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
that will install Homebrew for you.