Skip to content

Commit d8bfb3a

Browse files
committed
Add CHANGELOG and documentation for Linux support on Homebrew
Ref: go-task/homebrew-tap#1 Thanks @dawidd6
1 parent d970e93 commit d8bfb3a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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

docs/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
brew install go-task/tap/go-task
1616
```
1717

18+
> This installation method is only currently supported on amd64 architectures.
19+
1820
## Snap
1921

2022
Task is available for [Snapcraft][snapcraft], but keep in mind that your

0 commit comments

Comments
 (0)