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