Step 1: Setup
Setup of Qaskx-cli
The first step is to setup qaskx-cli on your computer.
If you have already performed a setup and the default programming language is “go”, then you can skip this section and move to next Step.
Existing stup
If you have performed a setup and have a different default language to “go” then execute the following command:
qaskx-cli setup modify --qaskx --tag programminglanguage
This should prompt you for a value, please input “go” and press enter. The log of the activiy should be something like
TODO
And then move onto the next Step.
Brand new setup
For a brand new setup, then please execute the following command
qaskx-cli setup init
This will prompt you for values to be recored against your local logon profile .
The log of the activiy should be something like
TODO
And now move onto the next Step.