mirror of
https://github.com/httpie/cli.git
synced 2025-04-02 21:55:49 +02:00
Added windows build status icon to README.
This commit is contained in:
parent
0c45c7cb39
commit
5c29a4e551
42
README.rst
42
README.rst
@ -61,6 +61,12 @@ Main Features
|
|||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
------------------------
|
||||||
|
Stable version |version|
|
||||||
|
------------------------
|
||||||
|
|
||||||
The **latest stable version** can always be installed or updated to via `pip`_:
|
The **latest stable version** can always be installed or updated to via `pip`_:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
@ -68,7 +74,7 @@ The **latest stable version** can always be installed or updated to via `pip`_:
|
|||||||
$ pip install --upgrade httpie
|
$ pip install --upgrade httpie
|
||||||
|
|
||||||
|
|
||||||
If the above fails:
|
If the above fails, please use ``easy_install`` instead:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -80,19 +86,25 @@ system package manager, e.g.
|
|||||||
``yum install httpie`` or ``apt-get install httpie``.
|
``yum install httpie`` or ``apt-get install httpie``.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-------------------
|
||||||
|
Development version
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
============= =============
|
||||||
|
Mac/Linux Windows
|
||||||
|
|unix| |windows|
|
||||||
|
============= =============
|
||||||
|
|
||||||
|
|
||||||
The **latest development version** can be installed directly from GitHub:
|
The **latest development version** can be installed 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
|
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip install --upgrade https://github.com/jkbr/httpie/tarball/master
|
$ pip install --upgrade https://github.com/jkbr/httpie/tarball/master
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=====
|
=====
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
@ -194,9 +206,9 @@ Set a custom ``Host`` header to work around missing DNS records:
|
|||||||
advanced usage, and also features additional examples.*
|
advanced usage, and also features additional examples.*
|
||||||
|
|
||||||
|
|
||||||
============
|
===========
|
||||||
HTTP Method
|
HTTP Method
|
||||||
============
|
===========
|
||||||
|
|
||||||
The name of the HTTP method comes right before the URL argument:
|
The name of the HTTP method comes right before the URL argument:
|
||||||
|
|
||||||
@ -1366,3 +1378,15 @@ Changelog
|
|||||||
.. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE
|
.. _LICENSE: https://github.com/jkbr/httpie/blob/master/LICENSE
|
||||||
.. _Tox: http://tox.testrun.org
|
.. _Tox: http://tox.testrun.org
|
||||||
.. _CONTRIBUTING: https://github.com/jkbr/httpie/blob/master/CONTRIBUTING.rst
|
.. _CONTRIBUTING: https://github.com/jkbr/httpie/blob/master/CONTRIBUTING.rst
|
||||||
|
|
||||||
|
|
||||||
|
.. |version| image:: https://badge.fury.io/py/httpie.svg
|
||||||
|
:target: http://badge.fury.io/py/httpie
|
||||||
|
|
||||||
|
.. |unix| image:: https://secure.travis-ci.org/jkbr/httpie.png
|
||||||
|
:target: http://travis-ci.org/jkbr/httpie
|
||||||
|
:alt: Build Status of the master branch on Mac/Linux
|
||||||
|
|
||||||
|
.. |windows| image:: https://ci.appveyor.com/api/projects/status/f7b5dogxuseq8srw
|
||||||
|
:target: https://ci.appveyor.com/project/jkbr/httpie
|
||||||
|
:alt: Build Status of the master branch on Windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user