mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Added dry example to the readme
This commit is contained in:
parent
3ce78125a0
commit
bc7dd5c762
15
README.md
15
README.md
@ -51,6 +51,21 @@ git branch
|
|||||||
* master
|
* master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Doing it dry:
|
||||||
|
|
||||||
|
```
|
||||||
|
➜ apt-get install vim
|
||||||
|
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
|
||||||
|
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
|
||||||
|
|
||||||
|
➜ fuck --dry
|
||||||
|
sudo apt-get install vim
|
||||||
|
Run command? [Y/n]: y
|
||||||
|
[sudo] password for nvbn:
|
||||||
|
Reading package lists... Done
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install `The Fuck`:
|
Install `The Fuck`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user