1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

Merge pull request #545 from waldyrious/patch-1

readme: add -H flag to second sudo pip command
This commit is contained in:
Vladimir Iakovlev 2016-09-06 22:38:17 +02:00 committed by GitHub
commit bcc11219e6

View File

@ -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.**