Skip to main content

Setup

Installation

Download Q01SDK

q01sdk can be installed in different OS using he follow URL:

Binary Download

You can install q01sdk with the use of curl or wget and downloading the correct operating system type:

Local Environment

warning

This configuration step is needed only to test a non production version of q01sdk tool!!

q01sdk env

Create a .env file under the user home directory.

mkdir ~/.q01sdk touch ~/.q01sdk/.env echo "Host="https://app.q01.io\"" > ~/.q01sdk/.env echo "Env="prod"" >> ~/.q01sdk/.env