1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

#19 Add easy_install installation way

close #19
This commit is contained in:
Vladimir Iakovlev 2015-04-18 21:08:11 +02:00
parent e7777075dc
commit 3920cb2a91

View File

@ -53,12 +53,18 @@ git branch
## Installation
Install `The Fuck`:
Install `The Fuck` with `pip`:
```bash
sudo pip install thefuck
```
If it fails try to use `easy_install`:
```bash
sudo easy_intall thefuck
```
And add to `.bashrc` or `.zshrc`:
```bash