Created
August 1, 2023 17:15
-
-
Save m0smith/ebe16ae72d34995f7a179f154374ea84 to your computer and use it in GitHub Desktop.
Installing jq
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
# For macOS (using Homebrew) | |
brew install jq | |
# For Ubuntu/Debian Linux | |
sudo apt-get install jq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment