Start with either the Web UI or install the Instruqt CLI. We recommend starting with the Web UI.
🌐 Web UI 💻 CLI (Mac) 💻 CLI (Windows) 💻 CLI (Linux)
Click Login in the upper-right corner of the Study Room page.
Log using your Email and Password, or using Google, GitHub, Twitter, SSO.
Download the appropriate CLI (Apple Silicon or Intel Macbook, in that order):
Copy curl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-darwin-arm64.zip -o instruqt.zip
Copy curl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-darwin-amd64.zip -o instruqt.zip
Copy the binary to your local bin
directory:
Copy sudo cp instruqt /usr/local/bin
Make the binary executable:
Copy sudo chmod +x /usr/local/bin/instruqt
Confirm the Instruqt CLI was installed correctly:
Need help?
Here's a video tutorial to guide you through the installation process.
Open a PowerShell window.
Copy and paste the following code:
Copy mkdir scripts
cd scripts
[ Environment ]::SetEnvironmentVariable( "Path" , $ env: Path + "; $ ( $pwd.Path ) " , "User" )
Invoke-WebRequest -Uri https://github.com/instruqt/cli/releases/latest/download/instruqt-windows.zip -OutFile "instruqt.zip"
Expand-Archive instruqt.zip - d .
rm instruqt.zip
Close and re-open your Powershell window to detect the new program.
Enter the following command to check if Instruqt CLI was installed correctly:
Need help?
Here's a video tutorial to guide you through the installation process.
Download the CLI:
Copy curl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-linux.zip -o instruqt.zip
Copy the binary to your local bin
directory:
Copy sudo cp instruqt /usr/local/bin
Make the binary executable:
Copy sudo chmod +x /usr/local/bin/instruqt
Confirm the Instruqt CLI was installed correctly:
Need help?
Here's a video tutorial to guide you through the installation process.