Skip to content

Commit 9727eef

Browse files
docs: update Arch installation instructions (#1971)
1 parent c5be676 commit 9727eef

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

website/docs/installation.mdx

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,13 @@ scoop install task
8282
This installation method is community owned. After a new release of Task, it may
8383
take 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

10494
This installation method is community owned.

0 commit comments

Comments
 (0)