mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
1.3 KiB
1.3 KiB
Installation
Go
If you have a Golang environment setup, you can simply run:
go get -u -v github.com/go-task/task/cmd/task
Homebrew
If you're on macOS and have Homebrew installed, getting Task is as simple as running:
brew install go-task/tap/go-task
Snap
Task is available for Snapcraft, but keep in mind that your Linux distribution should allow classic confinement for Snaps to Task work right:
sudo snap install task
Install script
We also have a install script, which is very useful on scanarios like CIs. Many thanks to godownloader for easily generating this script.
curl -s https://raw.githubusercontent.com/go-task/task/master/install-task.sh | sh
Binary
Or you can download the binary from the releases page and add to
your PATH
. DEB and RPM packages are also available.
The task_checksums.txt
file contains the sha256 checksum for each file.