From 7fe96cbe54aa931c420ae4062e79e544ffeffd42 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 10 Feb 2011 15:15:52 -0800 Subject: [PATCH] I suck horribly at checking my work. --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4ae5811..9e0d85e 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,11 @@ ImageKit In 7 Steps Step 1 ****** -``pip install django-imagekit`` (or clone the source and put the imagekit module on your path) +:: + + $ pip install django-imagekit + +(or clone the source and put the imagekit module on your path) Step 2 ****** @@ -79,7 +83,7 @@ Flush the cache and pre-generate thumbnails (ImageKit has to be added to ``INSTA :: - python manage.py ikflush myapp + $ python manage.py ikflush myapp Step 5 ******