layout | title | date | description | landing-page |
---|---|---|---|---|
tutorial_layout |
Setup Mac |
2019-11-02 09:21:12 -0500 |
Setup Mac |
live |
Setup Mac for API use
Note that these instructions assume that you have HomeBrew installed. If you don't use HomeBrew, go here for other ways to install jq.
-
Install or update jq using HomeBrew
brew install jq
Note that if you already have the latest version of jq, you will see the following
Warning: jq {version} is already installed and up-to-date
-
Verify the jq installation by checking the version of jq
jq --version
You are now ready to use the AB2D API. Jump to the cUrl tutorial.