I installed footloose on WSL (Windows Subsystem for Linux) following the readme: ``` curl -Lo footloose https://github.com/weaveworks/footloose/releases/download/0.6.4/footloose-0.6.4-linux-x86_64 chmod +x footloose sudo mv footloose /usr/local/bin/ ``` But I can't run it: ``` $ footloose /usr/local/bin/footloose: line 1: Not: command not found $ footloose --help /usr/local/bin/footloose: line 1: Not: command not found ```
I installed footloose on WSL (Windows Subsystem for Linux) following the readme:
But I can't run it: