From 7d82b853aef2d43094de03bce0db06361eb18c9f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 20 Jul 2012 22:09:53 +0200 Subject: [PATCH] Updated installation instructions. --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c277d729..f43f6f52 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,9 @@ The latest **stable version** of HTTPie can always be installed pip install -U httpie +You can also use `easy_install` (``pip`` is prefered, though):: + + easy_install httpie Or, you can install the **development version** directly from GitHub: @@ -41,8 +44,9 @@ Or, you can install the **development version** directly from GitHub: There are packages available for -`Ubuntu `_ and -`Debian `_. +`Ubuntu `_, +`Debian `_ and +other possibly other major distros as well. Usage @@ -79,8 +83,8 @@ File fields (``field@/path/to/file``) ``screenshot@/path/to/file.png``. The presence of a file field results into a ``multipart/form-data`` request. -Query String Parameters (``name=:value``) - Appends the given name/value pair as a query string to the URL. +Query string parameters (``name=:value``) + Appends the given name/value pair as a query string parameter to the URL. Examples