dxw / whippet-server

Whippet Server launches a stand-alone web server for a specific WordPress installation. It makes WordPress easier to develop with, for example, by adding lots of debug information to the terminal without cluttering up or breaking your templates.
ISC License
80 stars 6 forks source link

Use curl instead of wget #70

Open robbiepaul opened 7 years ago

robbiepaul commented 7 years ago

Curl is installed on OSX by default.

We should avoid having to install wget when curl will work just as well.

mallorydxw commented 7 years ago

45