From e7436cf57949dfb21da554ad546bf757d2d95b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Sat, 9 May 2015 12:18:57 +0300 Subject: [PATCH] add attention to 'Ubuntu' section --- Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 2f0e8d5..7094969 100644 --- a/Installation.md +++ b/Installation.md @@ -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 -``` +``` \ No newline at end of file