hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

Suggestion: simplify Mac instructions for flash download (it doesn't need wget) #72

Closed martinbartos closed 8 years ago

martinbartos commented 8 years ago

Since brew implies bringing it's own particular complications and it's possible to have broken brew installations [I've been struggling with mine which resists all simple repair]

...and since your script appears to use curl, why not simplify the instructions for download of the flash script and remove the reference to brew altogether..?

curl -O https://raw.githubusercontent.com/hypriot/flash/master/$(uname -s)/flash chmod +x flash

StefanScherer commented 8 years ago

@martinbartos Thanks. Good suggestion. Do you want to send us a PR with the corrected README.md? :-)