Created
November 18, 2018 14:51
-
-
Save vertexclique/3a6b5d60375893a96462712ec54e109e 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
KORQ_VERSION=0.4.0 | |
cargo install korq | |
#OR | |
curl -SL https://github.com/vertexclique/korq/releases/download/$KORQ_VERSION/korq-$KORQ_VERSION-x86_64-apple-darwin.tar.gz | \ | |
tar xzv && mv korq /usr/local/bin && chmod 777 /usr/local/bin/korq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment