1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-25 22:52:36 +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

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