From 3b57602fe8d545a41a8d10e40bd20954efc5ed6b Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Tue, 1 Aug 2023 06:10:12 -0500 Subject: [PATCH] Docs: Add Fedora installation choice (#320) Fedora now has an autorestic package and users can install it directly from Fedora's repositories. Signed-off-by: Major Hayden --- docs/markdown/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/markdown/installation.md b/docs/markdown/installation.md index 6fa8230..733c9c6 100644 --- a/docs/markdown/installation.md +++ b/docs/markdown/installation.md @@ -24,6 +24,10 @@ You can download the right binary from the release page and simply copy it to `/ If you are on macOS you can install through brew: `brew install autorestic`. +### Fedora + +Fedora users can install the [autorestic](https://src.fedoraproject.org/rpms/autorestic/) package with `dnf install autorestic`. + ### AUR ~~If you are on Arch there is an [AUR Package](https://aur.archlinux.org/packages/autorestic-bin/) (looking for maintainers).~~ - Deprecated