Skip to main content

Windows WSL

Install hoop on Windows with WSL

  1. Install the Windows Terminal https://aka.ms/terminal
  2. Install Ubuntu WSL https://ubuntu.com/wsl
  3. Open the Windows Terminal App
  4. 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:~$
  1. Gain root access
sudo su -
  1. Download and install/upgrade the hoop command line
curl -s -L https://releases.hoop.dev/release/install-cli.sh | sh