1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 14:44:05 +00:00

Merge pull request #483 from shakaran/patch-1

Update install procedure for pip
This commit is contained in:
Vladimir Iakovlev
2016-03-23 05:11:07 +02:00

View File

@@ -107,7 +107,7 @@ wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh
Install `The Fuck` with `pip`: Install `The Fuck` with `pip`:
```bash ```bash
sudo pip install thefuck sudo -H pip install thefuck
``` ```
[Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation) [Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation)