1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-26 14:58:47 +00:00

Add Fedora Installation Instructions

Aidan Harris 2016-02-03 00:46:24 +00:00
parent bfc27cfa91
commit c9607b73b6

@ -36,4 +36,11 @@ sudo pip install psutil thefuck
```bash ```bash
sudo pacman -S thefuck sudo pacman -S thefuck
```
# Fedora
```bash
sudo dnf install python-devel
sudo pip install thefuck
``` ```