micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

(Minor) 'Quick install' with curl needs -L #8

Closed qmacro closed 13 years ago

qmacro commented 13 years ago

Using "curl http://github.com/micha/resty/raw/master/resty > resty" currently means you end up with some 301 HTML :-)

Use curl -L to follow Location hints.

cheers dj

micha commented 13 years ago

Thanks, got it!