shannonmoeller/up

Add install procedure

ngryman opened this issue · 2 comments

curl -o /usr/local/bin/up https://raw.githubusercontent.com/shannonmoeller/up/master/up.sh && chmod+x /usr/local/bin/up

Thanks for the sample install snippet! Because of the completion stuff, this file should be sourceed, not executed directly. I'm looking into best practices for shipping this sort of thing.

Added to develop branch.