Setting up
How to sign up and install the CLI.
Last updated
Was this helpful?
Was this helpful?
curl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-darwin-arm64.zip -o instruqt.zipcurl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-darwin-amd64.zip -o instruqt.zipunzip instruqt.zipsudo cp instruqt /usr/local/binsudo chmod +x /usr/local/bin/instruqtinstruqtmkdir 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.zipinstruqtcurl -L https://github.com/instruqt/cli/releases/latest/download/instruqt-linux.zip -o instruqt.zipunzip instruqt.zipsudo cp instruqt /usr/local/binsudo chmod +x /usr/local/bin/instruqtinstruqt