mirror of
https://github.com/nvbn/thefuck.git
synced 2025-11-17 15:26:19 +00:00
@@ -53,12 +53,18 @@ git branch
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install `The Fuck`:
|
Install `The Fuck` with `pip`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pip install thefuck
|
sudo pip install thefuck
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If it fails try to use `easy_install`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo easy_intall thefuck
|
||||||
|
```
|
||||||
|
|
||||||
And add to `.bashrc` or `.zshrc`:
|
And add to `.bashrc` or `.zshrc`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user