1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +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:
- pip
@ -13,22 +11,21 @@ And then install `thefuck` with `pip`:
sudo pip install thefuck
```
## OS X
# OS X
```bash
brew install thefuck
```
## Ubuntu
# Ubuntu
```bash
sudo apt-get install python-pip python-dev
sudo pip install thefuck
```
## Arch
# Arch
```bash
sudo pacman -S thefuck
```