diff --git a/README.md b/README.md index 3ea406fcf..6777f438c 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,13 @@ On ChromeOS, install *The Fuck* using [chromebrew](https://github.com/skycocker/ crew install thefuck ``` -On Arch based systems, install *The Fuck* with the following command: +On Fedora, install *The Fuck* with the following command: +```bash +sudo dnf install thefuck ``` + +On Arch based systems, install *The Fuck* with the following command: +```bash sudo pacman -S thefuck ```