Skip to content

Instantly share code, notes, and snippets.

@vertexclique
Created November 18, 2018 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vertexclique/3a6b5d60375893a96462712ec54e109e to your computer and use it in GitHub Desktop.
Save vertexclique/3a6b5d60375893a96462712ec54e109e to your computer and use it in GitHub Desktop.
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