Windows Native
Install hoop on Windows
- Install the Windows Terminal https://aka.ms/terminal
- Download the latest release of hoop command line for your architecture (usually hoop-windows-amd64) and save in the Downloads folder
- Extract the file using winrar or winzip
- Move the extracted file
hoop.exe
to the folderC:\Windows\System32\
- Open a terminal session and type
hoop version
, if it show the version of program it's installed with success.
OPTIONAL
To extract the file in the terminal, open a terminal session as an administrator and extract the file
# 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