Skip to content

Instantly share code, notes, and snippets.

@jamescarlos
Last active August 29, 2015 14:07
Show Gist options
  • Save jamescarlos/0b66f87982dfd5455484 to your computer and use it in GitHub Desktop.
Save jamescarlos/0b66f87982dfd5455484 to your computer and use it in GitHub Desktop.
airsonos

Open Terminal (Spotlight -> Terminal)
Copy and paste the following 3 commands in this order

  1. Install Homebrew:
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  2. Install Node:
    brew install node

  3. Install airsonos:
    npm install airsonos -g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment