From c3e600c8de0547f4f66fe29f607646c29a9a554e Mon Sep 17 00:00:00 2001 From: Anders Mikkelsen Date: Sat, 24 Aug 2019 15:06:54 +0200 Subject: [PATCH] cheat is available through public repositories --- Installing.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Installing.md b/Installing.md index 8a13206..af83f5c 100644 --- a/Installing.md +++ b/Installing.md @@ -28,8 +28,11 @@ To install `cheat` using homebrew, run: brew install cheat ``` ### Fedora ### -To install 'cheat' in Fedora, - +To install 'cheat' in Fedora, install through official repositories +```sh +sudo dnf install cheat +``` +or through copr ```sh sudo dnf copr enable tkorbar/cheat sudo dnf install cheat