mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-07 13:41:21 +00:00
Merge pull request #45 from MarekAG/patch-1
Added requirements and update command
This commit is contained in:
commit
ef20a68d56
13
README.md
13
README.md
@ -70,6 +70,12 @@ REPL-y 0.3.1
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- pip
|
||||||
|
- python
|
||||||
|
- python-dev
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install `The Fuck` with `pip`:
|
Install `The Fuck` with `pip`:
|
||||||
@ -102,6 +108,13 @@ end
|
|||||||
|
|
||||||
Changes will available only in a new shell session.
|
Changes will available only in a new shell session.
|
||||||
|
|
||||||
|
|
||||||
|
## Update
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo pip install thefuck --upgrade
|
||||||
|
```
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
The Fuck tries to match rule for the previous command, create new command
|
The Fuck tries to match rule for the previous command, create new command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user