Skip to content

Commit 347ecc0

Browse files
authored
Merge pull request #286 from kovetskiy/master
Add note about Arch Linux package
2 parents b08b354 + 94ac60f commit 347ecc0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/installation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ scoop install task
4040
This installation method is community owned. After a new release of Task, it
4141
may take some time until it's available on Scoop.
4242

43+
## Arch Linux
44+
45+
If you're on Arch Linux you can install Task from
46+
[AUR](https://aur.archlinux.org/packages/taskfile-git) using your favorite
47+
package manager such as `yay`, `pacaur` or `yaourt`:
48+
49+
```cmd
50+
yay -S taskfile-git
51+
```
52+
53+
This installation method is community owned, but since it's `-git` version of
54+
the package, it's always latest available version based on the Git repository.
55+
4356
## Go
4457

4558
Task now uses [Go Modules](https://github.com/golang/go/wiki/Modules), which

0 commit comments

Comments
 (0)