RupertJS / rupert

Your friendly full stack Javascript librarian.
https://rupertjs.io
12 stars 3 forks source link

Changes seed app download from curl to wget #8

Closed MatthewVita closed 9 years ago

MatthewVita commented 9 years ago

curl isn't installed by default on *nix as much as wget is. Plus, this is simpler.

MatthewVita commented 9 years ago

Dang it, the 'first attempt at Restify integration' commit somehow made it into this PR... I'm only asking for the curl -> wget commit be implemented: https://github.com/MatthewVita/rupert/commit/a8a07715cf2504606d42f539b3e3384f944b41d3

Sorry for confusion

DavidSouther commented 9 years ago

curl isn't installed by default on *nix as much as wget is.

curl is on OSX, wget is on Linux. #ThanksApple. I'm not too worried about it, because I still think this is harder to start with than it could be.