From 09810d55ba60e8422e7e93bafd195d94eb800d6a Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 4 Mar 2014 18:36:22 +0100 Subject: [PATCH] Updated installation instructions. --- README.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 56fc5dbb..30afb510 100644 --- a/README.rst +++ b/README.rst @@ -75,10 +75,16 @@ If the above doesn't work: $ easy_install httpie -Or, you can install the **development version** directly from GitHub: +Many Linux distributions also provide an ``httpie`` package that can be +installed via the system package manager (e.g. ``yum install httpie`` or +``apt-get install httpie``). -.. image:: https://secure.travis-ci.org/jkbr/httpie.png +You can install the **development version** of HTTPie directly from GitHub +|travis-master|: + + +.. |travis-master| image:: https://secure.travis-ci.org/jkbr/httpie.png :target: http://travis-ci.org/jkbr/httpie :alt: Build Status of the master branch @@ -88,11 +94,6 @@ Or, you can install the **development version** directly from GitHub: $ pip install --upgrade https://github.com/jkbr/httpie/tarball/master -Many Linux distributions provide an ``httpie`` package that can be installed -via the system package manager (e.g. ``yum install httpie`` or -``apt-get install httpie``). - - ===== Usage =====