We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b08b354 + 94ac60f commit 347ecc0Copy full SHA for 347ecc0
docs/installation.md
@@ -40,6 +40,19 @@ scoop install task
40
This installation method is community owned. After a new release of Task, it
41
may take some time until it's available on Scoop.
42
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
56
## Go
57
58
Task now uses [Go Modules](https://github.com/golang/go/wiki/Modules), which
0 commit comments