Installation¶
Snap¶
Binary¶
Download the binary from release page and add it to your PATH.
Bash
wget https://github.com/go-task/task/releases/download/v3.43.3/task_linux_amd64.deb
sudo dpkg -i task_linux_amd64.deb
Script¶
Override the installation directory with -b flag.
GitHub Action¶
You can understand more about this action on GitHub.