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

add attention to 'Ubuntu' section

Александр 2015-05-09 12:18:57 +03:00
parent a8037343c5
commit e7436cf579

@ -19,6 +19,8 @@ brew install thefuck
# Ubuntu
Do not use `sudo easy_install pip`, it not working on Ubuntu.
```bash
sudo apt-get install python-pip python-dev
sudo pip install thefuck
@ -28,4 +30,4 @@ sudo pip install thefuck
```bash
sudo pacman -S thefuck
```
```