readme: add -H flag to second sudo pip command

This commit is contained in:
Waldir Pimenta
2016-09-06 17:01:09 +01:00
committed by GitHub
parent 4fe64e3dfa
commit 495a66088b
+1 -1
View File
@@ -135,7 +135,7 @@ To make them available immediately, run `source ~/.bashrc` (or your shell config
## Update ## Update
```bash ```bash
sudo pip install thefuck --upgrade sudo -H pip install thefuck --upgrade
``` ```
**Aliases changed in 1.34.** **Aliases changed in 1.34.**