Webmaker/Code: Difference between revisions

108 bytes removed ,  3 December 2013
m
Line 74: Line 74:
==== Installing Dependancies ====
==== Installing Dependancies ====


# Install [https://developer.apple.com/xcode/ Xcode] from the App Store. You might be asked to agree to the license terms at the command line, and must do so to proceed.
# Install [https://developer.apple.com/xcode/ Xcode] command line tools by running <code>xcode-select --install</code> from the terminal
# Install the [http://brew.sh/ Homebrew] package manager by following the instructions at their website, which will prompt you to install the Xcode command-line tools (required).  
# Install the [http://brew.sh/ Homebrew] package manager by following the instructions at their website.
# Run <code>brew doctor</code> to complete Homebrew's installation
# Run <code>brew doctor</code> to complete Homebrew's installation
# Install NodeJs with <code>brew install node</code>
# Install NodeJs with <code>brew install node</code>
20

edits