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
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.
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
Go
If you have a Go environment setup, you can simply run:
go get -u -v github.com/go-task/task/cmd/task
Install script
We also have a install script, which is very useful on scanarios like CIs. Many thanks to godownloader for allowing easily generating this script.
curl -s https://taskfile.org/install.sh | sh
This method will download the binary on the local
./bin
directory by default.