Setting up
How to sign up and install the CLI.
Step 1: Create an account
Go to play.instruqt.com/signup and create an account.
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.
Go to play.instruqt.com
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
Open a terminal
Install the CLI using Homebrew
Confirm the Instruqt CLI was installed correctly:
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.
Open a terminal.
Download the appropriate CLI (Apple Silicon or Intel Macbook, in that order):
Extract the CLI binary:
Copy the binary to your local
bin
directory:Make the binary executable:
Confirm the Instruqt CLI was installed correctly:
Last updated
Was this helpful?