File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1010- We now have a ` --taskfile ` flag (alias ` -t ` ), which can be used to run
1111 another Taskfile (other than the default ` Taskfile.yml ` )
1212 ([ #221 ] ( https://github.com/go-task/task/pull/221 ) ).
13+ - It's now possible to install Task using Homebrew on Linux
14+ ([ go-task/homebrew-tap #1 ] ( https://github.com/go-task/homebrew-tap/pull/1 ) ).
1315
1416## v2.5.2 - 2019-05-11
1517
Original file line number Diff line number Diff line change @@ -8,13 +8,15 @@ The `task_checksums.txt` file contains the sha256 checksum for each file.
88
99## Homebrew
1010
11- If you're on macOS and have [ Homebrew] [ homebrew ] installed, getting Task is
12- as simple as running:
11+ If you're on macOS or Linux and have [ Homebrew] [ homebrew ] installed, getting
12+ Task is as simple as running:
1313
1414``` bash
1515brew install go-task/tap/go-task
1616```
1717
18+ > This installation method is only currently supported on amd64 architectures.
19+
1820## Snap
1921
2022Task is available for [ Snapcraft] [ snapcraft ] , but keep in mind that your
You can’t perform that action at this time.
0 commit comments