From 5c68ca1725e16289cd6df96081e236224ff8cb72 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Wed, 25 Sep 2013 02:52:18 +0000 Subject: [PATCH] Improved formatting of docs --- docs/getting_started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 39d3504..9a28121 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -28,9 +28,9 @@ If you are live dangerously and have cutting edge new Pinry features first you can use our master branch for your own instance. We recommend using our tags/versions though. -To run Pinry's tests inside the Pinry repo run: +To run Pinry's tests inside the Pinry repo run:: - virtualenv . - bin/pip install -r requirements.txt - bin/python manage.py test + virtualenv . + bin/pip install -r requirements.txt + bin/python manage.py test