Browse Source

Merge branch 'simplify-readme' of neodarz/ffdn-db into master

sebian 7 years ago
parent
commit
e74d639d19
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -4,7 +4,7 @@ ffdnispdb
 ``ffdnispdb`` is a website designed to display all the ISPs implementing the
 ``ispschema`` specification.
 
-## How to install & develop
+## How to install
 
 ``ffdnispdb`` requires python2.
 
@@ -23,11 +23,12 @@ Preferably in a virtualenv, run:
     pip install -r requirements.txt
     python manage.py db create
 
+### Develop deployement
 To start the development server, run:
 
     python manage.py runserver
 
-## Production deployment
+### Production deployment
 To deploy this application, we recommend the use of gunicorn/gevent.
 We strongly discourage you to use a synchronous WSGI server, since the app uses
 ``Server-sent events``.