From f066e3b1e0bc6f1653b4c6589d80f11d2a6ec3ec Mon Sep 17 00:00:00 2001 From: Mark E Fuller Date: Tue, 7 Jun 2022 21:36:45 +0300 Subject: [PATCH] Add Fedora Linux to installation Added Task to Fedora official repositories --- docs/docs/installation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 1fb94626..9055bcc7 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -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**