From d8bfb3ab13165a48fe869ac928bb5ad42d4283bb Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 21 Jul 2019 11:03:20 -0300 Subject: [PATCH] Add CHANGELOG and documentation for Linux support on Homebrew Ref: https://github.com/go-task/homebrew-tap/pull/1 Thanks @dawidd6 --- CHANGELOG.md | 2 ++ docs/installation.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adaaeee6..beee235c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/installation.md b/docs/installation.md index f40609a0..364f81b8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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