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

Add Fedora Linux to installation

Added Task to Fedora official repositories
This commit is contained in:
Mark E Fuller 2022-06-07 21:36:45 +03:00 committed by Mark E. Fuller
parent 9f244b9bd9
commit f066e3b1e0
No known key found for this signature in database
GPG Key ID: D1CB9BCF4D87185F

View File

@ -66,6 +66,17 @@ yay -S taskfile-git
This installation method is community owned, but since it's `-git` version of
the package, it's always latest available version based on the Git repository.
### **Fedora**
If you're on Fedora Linux you can install Task from the official
[Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/) repository using `dnf`:
```cmd
sudo dnf install go-task
```
This installation method is community owned. After a new release of Task, it
may take some time until it's available in [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/).
### **Nix**