mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Website > Installation: Update Arch Linux installation method
Package and maintainer changed. See #869.
This commit is contained in:
@@ -46,8 +46,8 @@ Some installation methods are maintained by third party:
|
|||||||
|
|
||||||
- [GitHub Actions](https://github.com/arduino/setup-task)
|
- [GitHub Actions](https://github.com/arduino/setup-task)
|
||||||
by [@arduino](https://github.com/arduino)
|
by [@arduino](https://github.com/arduino)
|
||||||
- [AUR](https://aur.archlinux.org/packages/taskfile-git)
|
- [AUR](https://aur.archlinux.org/packages/go-task-bin)
|
||||||
by [@kovetskiy](https://github.com/kovetskiy)
|
by [@carlsmedstad](https://github.com/carlsmedstad)
|
||||||
- [Scoop](https://github.com/lukesampson/scoop-extras/blob/master/bucket/task.json)
|
- [Scoop](https://github.com/lukesampson/scoop-extras/blob/master/bucket/task.json)
|
||||||
- [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/)
|
- [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/)
|
||||||
- [NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/go-task/default.nix)
|
- [NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/go-task/default.nix)
|
||||||
|
@@ -55,15 +55,23 @@ may take some time until it's available on Scoop.
|
|||||||
### AUR
|
### AUR
|
||||||
|
|
||||||
If you're on Arch Linux you can install Task from
|
If you're on Arch Linux you can install Task from
|
||||||
[AUR](https://aur.archlinux.org/packages/taskfile-git) using your favorite
|
[AUR](https://aur.archlinux.org/packages/go-task-bin) using your favorite
|
||||||
package manager such as `yay`, `pacaur` or `yaourt`:
|
package manager such as `yay`, `pacaur` or `yaourt`:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
yay -S taskfile-git
|
yay -S go-task-bin
|
||||||
```
|
```
|
||||||
|
|
||||||
This installation method is community owned, but since it's `-git` version of
|
Alternatively, there's
|
||||||
the package, it's always latest available version based on the Git repository.
|
[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):
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
yay -S go-task
|
||||||
|
```
|
||||||
|
|
||||||
|
This installation method is community owned.
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user