Last active
June 30, 2016 18:26
-
-
Save armatures/fe7e14c20e2809497af6fc506d08c4a4 to your computer and use it in GitHub Desktop.
Revisions
-
charliebevis revised this gist
Jun 30, 2016 . 1 changed file with 5 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 @@ -5,3 +5,8 @@ brew install Caskroom/cask/atom apm install linter apm install language-elm apm install linter-elm-make git clone https://github.com/charliebevis/elm-architecture-tutorial.git cd elm-architecture-tutorial/ git remote add evans https://github.com/evancz/elm-architecture-tutorial.git git fetch evans -
charliebevis created this gist
Jun 30, 2016 .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,7 @@ #!/usr/bin/env bash brew install elm brew install Caskroom/cask/atom apm install linter apm install language-elm apm install linter-elm-make