Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 429 Bytes

setup-linux.md

File metadata and controls

21 lines (14 loc) · 429 Bytes
layout title date description landing-page
tutorial_layout
Setup Linux
2019-11-02 09:21:12 -0500
Setup Linux
live

Setup Linux

These instructions were written for CentOS/RedHat Linux.

  1. Install jq

    sudo yum install -y jq

  2. 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.