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
powershellPS C:\Users\san> ubuntu san@DESKTOP-BBQAAEG:~$
- Gain root access
shellsudo su -
- Download and install/upgrade the hoop command line
shellcurl -s -L https://releases.hoop.dev/release/install-cli.sh | sh