diff --git a/README.rst b/README.rst index c49db74..2b2721f 100644 --- a/README.rst +++ b/README.rst @@ -190,10 +190,12 @@ For example, using Gunicorn: $ pip install httpbin $ gunicorn httpbin:app -Or run it directly: +Or install and run it directly: .. code:: bash + $ git clone git@github.com:Runscope/httpbin.git + $ pip install -e httpbin $ python -m httpbin.core [--port=PORT] [--host=HOST] Changelog