1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-11-03 08:32:03 +00:00

Add Fedora Installation Instructions

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

@@ -37,3 +37,10 @@ sudo pip install psutil thefuck
```bash
sudo pacman -S thefuck
```
# Fedora
```bash
sudo dnf install python-devel
sudo pip install thefuck
```