Last active
August 29, 2015 14:07
-
-
Save jamescarlos/0b66f87982dfd5455484 to your computer and use it in GitHub Desktop.
Revisions
-
jamescarlos revised this gist
Sep 30, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Open Terminal (Spotlight -> Terminal) Copy and paste the following 3 commands in this order 1. Install Homebrew: -
jamescarlos renamed this gist
Sep 30, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jamescarlos revised this gist
Sep 30, 2014 . 1 changed file with 3 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,11 @@ 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``` -
jamescarlos revised this gist
Sep 30, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,13 @@ 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``` -
jamescarlos revised this gist
Sep 30, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,10 @@ 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``` -
jamescarlos created this gist
Sep 30, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ 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`