From 22394def7843a130e582c0dd723f216ae37272cd Mon Sep 17 00:00:00 2001 From: Egor Kovetskiy Date: Sat, 25 Jan 2020 15:44:55 +0300 Subject: [PATCH 1/2] Add note about Arch Linux package --- docs/installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 4675df3c..9f39e4f5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -40,6 +40,19 @@ scoop install task This installation method is community owned. After a new release of Task, it may take some time until it's available on Scoop. +## Arch Linux + +If you're on Arch Linux you can install Task from +[AUR](https://aur.archlinux.org/packages/taskfile-git) using your favorite +package manager such as `yay`, `pacaur` or `yaourt`: + +```cmd +yay -S taskfile-git +``` + +This installation method is community owned, but since it's `-git` version of +the package, it's always latest available version based on the git repository. + ## Go Task now uses [Go Modules](https://github.com/golang/go/wiki/Modules), which From 94ac60fa0978843c7099b6d71dd8b1d973999c8b Mon Sep 17 00:00:00 2001 From: Egor Kovetskiy Date: Mon, 10 Feb 2020 11:45:27 +0300 Subject: [PATCH 2/2] docs/installation.md: fix typo for Git Co-Authored-By: Andrey Nering --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 9f39e4f5..876d0060 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -51,7 +51,7 @@ yay -S taskfile-git ``` This installation method is community owned, but since it's `-git` version of -the package, it's always latest available version based on the git repository. +the package, it's always latest available version based on the Git repository. ## Go