From 70fe936e3bd2ce3862e20931332fdcc6e361f4c8 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 28 Aug 2023 10:38:27 +0300 Subject: [PATCH] docs: Add Fedora/CentOS installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66d900e..fa85dc8 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ $ cargo install himalaya # Nix $ nix-env -i himalaya + +# Fedora/CentOS +$ dnf copr enable atim/himalaya +$ dnf install himalaya ``` *See the [documentation](https://pimalaya.org/himalaya/cli/installation/index.html) for other installation methods.*