Hey folks! I ran this command in a powershell term...
# general
n
Hey folks! I ran this command in a powershell terminal as an administrator,
Copy code
curl -s <https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh> | bash
to install k3d in my machine (Windows 11 with WSL-2). The command returns no response upon execution, but when I try to run
k3d cluster create
, it says that k3d is not a recognized command. What should I do? Thanks!