Skip to content

Commit

Permalink
Add CHANGELOG and documentation for Linux support on Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Jul 21, 2019
1 parent d970e93 commit d8bfb3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- We now have a `--taskfile` flag (alias `-t`), which can be used to run
another Taskfile (other than the default `Taskfile.yml`)
([#221](https://github.com/go-task/task/pull/221)).
- It's now possible to install Task using Homebrew on Linux
([go-task/homebrew-tap#1](https://github.com/go-task/homebrew-tap/pull/1)).

## v2.5.2 - 2019-05-11

Expand Down
6 changes: 4 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ The `task_checksums.txt` file contains the sha256 checksum for each file.

## Homebrew

If you're on macOS and have [Homebrew][homebrew] installed, getting Task is
as simple as running:
If you're on macOS or Linux and have [Homebrew][homebrew] installed, getting
Task is as simple as running:

```bash
brew install go-task/tap/go-task
```

> This installation method is only currently supported on amd64 architectures.
## Snap

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

0 comments on commit d8bfb3a

Please sign in to comment.