From 79329ed1c6c979fe5f1b7d59ba13d72528bce1f8 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 28 Jun 2014 13:26:48 +0200 Subject: [PATCH] Mention "brew install httpie --HEAD". --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9b066769..006764c2 100644 --- a/README.rst +++ b/README.rst @@ -72,14 +72,14 @@ On **Mac OS X**, HTTPie can be installed via `Homebrew `_: .. code-block:: bash $ brew install httpie - + Most **Linux** distributions provide a package that can be installed via system package manager, e.g. ``yum install httpie`` or ``apt-get install httpie``. Note that the package might include a slightly older version of HTTPie. -A **universal installation method** (that works on **Windows**, Mac OS X, Linux, …, +A **universal installation method** (that works on **Windows**, Mac OS X, Linux, …, and provides the latest version) is to use `pip`_: @@ -93,7 +93,6 @@ If the above fails, please use ``easy_install`` instead (``$ easy_install httpie - ------------------- Development version ------------------- @@ -108,6 +107,10 @@ The **latest development version** can be installed directly from GitHub: .. code-block:: bash + # Mac OS X via Homebrew + $ brew install httpie --HEAD + + # Universal $ pip install --upgrade https://github.com/jakubroztocil/httpie/tarball/master