From 34bd6580c932ff2d6e89437f09faec4f19c735a6 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Mon, 27 Apr 2015 07:47:01 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Installation.md b/Installation.md index 04d3753..2f0e8d5 100644 --- a/Installation.md +++ b/Installation.md @@ -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 ``` -