20
edits
Line 74: | Line 74: | ||
==== Installing Dependancies ==== | ==== Installing Dependancies ==== | ||
# Install [https://developer.apple.com/xcode/ Xcode] from the | # 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 | # 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> |
edits