1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-26 06:48:50 +00:00

Added the instructions for Gentoo

Kelley McChesney 2016-06-13 17:30:34 -04:00
parent b8786578b4
commit 653cfb5c2d

@ -43,4 +43,10 @@ sudo pacman -S thefuck
```bash ```bash
sudo dnf install python-pip python-devel sudo dnf install python-pip python-devel
sudo pip install thefuck sudo pip install thefuck
```
# Gentoo
```bash
sudo emerge --ask app-shells/thefuck
``` ```