From 2dd869579a289d264dcc36011d5ce37c2fa794d0 Mon Sep 17 00:00:00 2001 From: Maru Date: Thu, 4 May 2023 09:26:34 -0300 Subject: [PATCH] add Fedora and add bash syntax highlight to arch --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ```