mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02:00
Updated installation instructions.
This commit is contained in:
parent
16f23d8147
commit
7d82b853ae
12
README.rst
12
README.rst
@ -28,6 +28,9 @@ The latest **stable version** of HTTPie can always be installed
|
|||||||
|
|
||||||
pip install -U httpie
|
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:
|
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
|
There are packages available for
|
||||||
`Ubuntu <http://packages.ubuntu.com/quantal/httpie>`_ and
|
`Ubuntu <http://packages.ubuntu.com/httpie>`_,
|
||||||
`Debian <http://packages.debian.org/wheezy/httpie>`_.
|
`Debian <http://packages.debian.org/httpie>`_ and
|
||||||
|
other possibly other major distros as well.
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
@ -79,8 +83,8 @@ File fields (``field@/path/to/file``)
|
|||||||
``screenshot@/path/to/file.png``. The presence of a file field results into
|
``screenshot@/path/to/file.png``. The presence of a file field results into
|
||||||
a ``multipart/form-data`` request.
|
a ``multipart/form-data`` request.
|
||||||
|
|
||||||
Query String Parameters (``name=:value``)
|
Query string parameters (``name=:value``)
|
||||||
Appends the given name/value pair as a query string to the URL.
|
Appends the given name/value pair as a query string parameter to the URL.
|
||||||
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user