File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -82,23 +82,13 @@ scoop install task
8282This installation method is community owned. After a new release of Task, it may
8383take some time until it's available on Scoop.
8484
85- ### AUR
85+ ### Arch
8686
87- If you're on Arch Linux you can install Task from
88- [ AUR] ( https://aur.archlinux.org/packages/go-task-bin ) using your favorite
89- package manager such as ` yay ` , ` pacaur ` or ` yaourt ` :
87+ If you're on Arch Linux you can install Task from the official
88+ [ Arch] ( https://archlinux.org/packages/extra/x86_64/go-task/ ) repository using ` pacman ` :
9089
9190``` shell
92- yay -S go-task-bin
93- ```
94-
95- Alternatively, there's
96- [ this package] ( https://aur.archlinux.org/packages/go-task ) which installs from
97- the source code instead of downloading the binary from the
98- [ releases page] ( https://github.com/go-task/task/releases ) :
99-
100- ``` shell
101- yay -S go-task
91+ pacman -S go-task
10292```
10393
10494This installation method is community owned.
You can’t perform that action at this time.
0 commit comments