logo

Linux

Install or Upgrade
  1. Download and install the hoop binary
plain text
curl -s -L https://releases.hoop.dev/release/install-cli.sh | sh

MacOS

MacOS users have the option to use the brew package manager.
shell
brew tap hoophq/hoopcli https://github.com/hoophq/hoopcli brew install hoop
To upgrade it
shell
brew upgrade hoop

Windows

  1. Download the latest release of hoop command line for your architecture (usually hoop-windows-amd64) and save in the Downloads folder
  1. Extract the file using winrar or winzip
  1. Move the extracted file hoop.exe to the folder C:\Windows\System32\
  1. Open a terminal session and type hoop version, if it show the version of program it’s installed with success.
Run this script in the command prompt to automate steps 2 through 4:
powershell
# enter in the Downloads folder cd $HOME/Downloads # change <FILE> with the name of the downloaded file tar -xf <FILE> # move the extracted file to C:\Windows\System32 mv hoop.exe C:\Windows\System32 # check if it's working hoop version

Windows WSL

Install hoop on Windows with WSL
  1. Install the Windows Terminal https://aka.ms/terminal
  1. Install Ubuntu WSL https://ubuntu.com/wsl
  1. Open the Windows Terminal App
  1. Install and open the Ubuntu typing ubuntu. It should prompt to create a user in the first time
powershell
PS C:\Users\san> ubuntu san@DESKTOP-BBQAAEG:~$
  1. Gain root access
shell
sudo su -
  1. Download and install/upgrade the hoop command line
shell
curl -s -L https://releases.hoop.dev/release/install-cli.sh | sh

Powered by Notaku