Last active
March 12, 2021 14:20
-
-
Save moomindani/64aeb4d69c8c7e01a748 to your computer and use it in GitHub Desktop.
install jq (64bit system)
This file contains hidden or 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
wget http://stedolan.github.io/jq/download/linux64/jq | |
chmod +x ./jq | |
sudo cp jq /usr/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For windows you can run
choco install jq
assuming chocolatey is already installed