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.

Revisions

  1. jamescarlos revised this gist Sep 30, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion airsonos.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Open Terminal (Spotlight -> Terminal)
    Open Terminal (Spotlight -> Terminal)
    Copy and paste the following 3 commands in this order

    1. Install Homebrew:
  2. jamescarlos renamed this gist Sep 30, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. jamescarlos revised this gist Sep 30, 2014. 1 changed file with 3 additions and 6 deletions.
    9 changes: 3 additions & 6 deletions gistfile1.md
    Original 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:

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

    2. Install Node:

    2. Install Node:
    ```brew install node```

    3. Install airsonos:

    3. Install airsonos:
    ```npm install airsonos -g```
  4. jamescarlos revised this gist Sep 30, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gistfile1.md
    Original 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```
  5. jamescarlos revised this gist Sep 30, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.md
    Original 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)"`
    ```ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"```

    2. Install Node:
    `brew install node`
    ```brew install node```

    3. Install airsonos:
    `npm install airsonos -g`
    ```npm install airsonos -g```
  6. jamescarlos created this gist Sep 30, 2014.
    11 changes: 11 additions & 0 deletions gistfile1.md
    Original 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`