From 076c2df4a29bb3af2183dc1617f101e1e39d3fa4 Mon Sep 17 00:00:00 2001 From: Victor Vintorez Date: Wed, 19 Jun 2024 19:08:03 +0100 Subject: [PATCH] docs: add fedora copr package to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 67809c3..a529e1b 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,15 @@ A flake is included with the repo which can be used with Home Manager. CI builds are automatically cached by Garnix. You can use their binary cache by following the steps [here](https://garnix.io/docs/caching). +### Fedora + +[fedora package](https://copr.fedorainfracloud.org/coprs/victorvintorez/tilingtools/packages/) + +``` sh +dnf copr enable victorvintorez/tilingtools +dnf install ironbar +``` + ### Void Linux [void package](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ironbar)