1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

docs: update Arch installation instructions (#1971)

This commit is contained in:
Jonathan Rayner 2024-12-29 14:13:14 +00:00 committed by GitHub
parent c5be676555
commit 9727eef476
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,23 +82,13 @@ scoop install task
This installation method is community owned. After a new release of Task, it may This installation method is community owned. After a new release of Task, it may
take some time until it's available on Scoop. take some time until it's available on Scoop.
### AUR ### Arch
If you're on Arch Linux you can install Task from If you're on Arch Linux you can install Task from the official
[AUR](https://aur.archlinux.org/packages/go-task-bin) using your favorite [Arch](https://archlinux.org/packages/extra/x86_64/go-task/) repository using `pacman`:
package manager such as `yay`, `pacaur` or `yaourt`:
```shell ```shell
yay -S go-task-bin pacman -S go-task
```
Alternatively, there's
[this package](https://aur.archlinux.org/packages/go-task) which installs from
the source code instead of downloading the binary from the
[releases page](https://github.com/go-task/task/releases):
```shell
yay -S go-task
``` ```
This installation method is community owned. This installation method is community owned.