Created
October 12, 2015 21:20
-
-
Save franciscocpg/33fe3d553ed52715bc5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# downloads the Linux CLI to /usr/local/bin (YMMV) | |
sudo curl https://s3.amazonaws.com/downloads.wercker.com/cli/stable/linux_amd64/wercker -o /usr/local/bin/wercker | |
sudo chmod +x /usr/local/bin/wercker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remote install
bash <(curl -s https://gist.githubusercontent.com/franciscocpg/33fe3d553ed52715bc5c/raw/)