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