1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 10:11:14 +00:00

Updated Installation (markdown)

Vladimir Iakovlev 2015-04-27 07:47:01 +02:00
parent 5517258b7d
commit 34bd6580c9

@ -1,6 +1,4 @@
# Installation # Generic way
## Generic way
You need to install requirements: You need to install requirements:
- pip - pip
@ -13,22 +11,21 @@ And then install `thefuck` with `pip`:
sudo pip install thefuck sudo pip install thefuck
``` ```
## OS X # OS X
```bash ```bash
brew install thefuck brew install thefuck
``` ```
## Ubuntu # Ubuntu
```bash ```bash
sudo apt-get install python-pip python-dev sudo apt-get install python-pip python-dev
sudo pip install thefuck sudo pip install thefuck
``` ```
## Arch # Arch
```bash ```bash
sudo pacman -S thefuck sudo pacman -S thefuck
``` ```