diff --git a/Installation.md b/Installation.md index e19e0c0..a20d0b9 100644 --- a/Installation.md +++ b/Installation.md @@ -36,4 +36,11 @@ sudo pip install psutil thefuck ```bash sudo pacman -S thefuck +``` + +# Fedora + +```bash +sudo dnf install python-devel +sudo pip install thefuck ``` \ No newline at end of file