Skip to content

Instantly share code, notes, and snippets.

@moomindani
Last active March 12, 2021 14:20
Show Gist options
  • Save moomindani/64aeb4d69c8c7e01a748 to your computer and use it in GitHub Desktop.
Save moomindani/64aeb4d69c8c7e01a748 to your computer and use it in GitHub Desktop.
install jq (64bit system)
wget http://stedolan.github.io/jq/download/linux64/jq
chmod +x ./jq
sudo cp jq /usr/bin
@dotnetchris
Copy link

For windows you can run choco install jq assuming chocolatey is already installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment