From 8676add2a0165efe73cdd5f6d8427e4e5e14a38d Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 5 Jun 2015 11:09:31 +0100 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation.md b/Installation.md index 25280cc..b58fdf0 100644 --- a/Installation.md +++ b/Installation.md @@ -17,6 +17,12 @@ sudo pip install thefuck brew install thefuck ``` +or + +```bash +sudo easy_install thefuck +``` + # Ubuntu :exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu.