From 3fb7b7c196cf7fc7fadcb5d2811688956ba1dbb5 Mon Sep 17 00:00:00 2001 From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:34:43 +0200 Subject: [PATCH] Update installation as thefuck is in ubutu and fedora repos --- Installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation.md b/Installation.md index ffd4d9b..518f2d1 100644 --- a/Installation.md +++ b/Installation.md @@ -33,6 +33,8 @@ sudo port install thefuck :exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu. ```bash +sudo apt install thefuck +# or to get the newest version sudo apt install python3-dev python3-pip python3-setuptools sudo pip3 install thefuck ``` @@ -46,6 +48,8 @@ sudo pacman -S thefuck # Fedora ```bash +sudo dnf install thefuck +# or to get the newest version sudo dnf install python-pip python-devel sudo pip install thefuck ```