Setting up

How to sign up and install the CLI.

Step 1: Create an account

  1. Go to play.instruqt.com/signup and create an account.

  2. Have your colleagues add you to your company's Instruqt team.

Step 2: Explore the Web UI

For new users, we recommend getting started using our Web UI.

  1. Explore the content from your company's Instruqt team

Step 3: Install the Instruqt CLI (optional)

For advanced, code-first workflows, you can install the Instruqt CLI. The CLI is available on macOS, Windows and Linux, and can be installed using the following methods.

Using a package manager

  1. Open a terminal

  2. Install the CLI using Homebrew

    brew install instruqt/tap/instruqt
  3. Confirm the Instruqt CLI was installed correctly:

    instruqt

Manually from the latest release

Instruqt CLI releases are published to GitHub. You can download the latest release for your Operating System from https://github.com/instruqt/cli/releases/latest. Refer to the instructions below how to install these for your system.

  1. Open a terminal.

  2. Download the appropriate CLI (Apple Silicon or Intel Macbook, in that order):

    curl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-darwin-arm64.zip -o instruqt.zip

    curl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-darwin-amd64.zip -o instruqt.zip
  3. Extract the CLI binary:

    unzip instruqt.zip
  4. Copy the binary to your local bin directory:

    sudo cp instruqt /usr/local/bin
  5. Make the binary executable:

    sudo chmod +x /usr/local/bin/instruqt
  6. Confirm the Instruqt CLI was installed correctly:

    instruqt

Need help? Here's a video tutorial to guide you through the installation process.

Last updated

Was this helpful?