Issue with task command (SOLVED)

Hi!
I followed the Getting Started guide but I am getting stuck trying to run the ‘task’ command from gitbash.
For example when running ‘task build_all’ from the gitbash terminal in VS Code I get the error ‘bash: task: command not found’. I am running this inside the directory ‘DaisyExamples/seed/Blink’. My setup is Windows 10 btw.

Running ‘which task’ also does not find the command. I believe that the ‘task’ command might be missing from my PATH env variable? However I installed the toolchain.

Any help appreciated! Thanks

This comment solved it for me. Sorry if it was obvious!