Skip to content

Instantly share code, notes, and snippets.

@nacyot
Created August 9, 2014 16:17
Show Gist options
  • Save nacyot/6b6496f0efa801cea820 to your computer and use it in GitHub Desktop.
Save nacyot/6b6496f0efa801cea820 to your computer and use it in GitHub Desktop.
sudo mkdir -p /opt/jq
wget -O /opt/jq/jq http://stedolan.github.io/jq/download/linux64/jq
chmod +x /opt/jq/jq
sudo ln -s /opt/jq/jq /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment