From 495a66088bfe8a3e1f4175198cddb09d9ea469b8 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 6 Sep 2016 17:01:09 +0100 Subject: [PATCH] readme: add -H flag to second sudo pip command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d96494f0..d4dbac48 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ To make them available immediately, run `source ~/.bashrc` (or your shell config ## Update ```bash -sudo pip install thefuck --upgrade +sudo -H pip install thefuck --upgrade ``` **Aliases changed in 1.34.**