From f54e73adef06f53d5031f26c7ee9a2f739015999 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 6 Jan 2016 06:51:53 -0600 Subject: [PATCH] Un-dim shell snippet in README --- README.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 90fd73ba93..190f982e33 100644 --- a/README.rst +++ b/README.rst @@ -38,14 +38,15 @@ Find out more at `wagtail.io `_. Getting started ~~~~~~~~~~~~~~~ - .. code-block:: - pip install wagtail - wagtail start mysite - cd mysite - python manage.py migrate - python manage.py createsuperuser - python manage.py runserver +.. code-block:: sh + + pip install wagtail + wagtail start mysite + cd mysite + python manage.py migrate + python manage.py createsuperuser + python manage.py runserver then sign in at http://127.0.0.1:8000/admin/