diff --git a/README.md b/README.md index 29f4093..0a4af7f 100644 --- a/README.md +++ b/README.md @@ -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