From 8eaf3977555b5a8120b84f96dbe46993503e8028 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 22 Jul 2012 15:59:58 -0700 Subject: [PATCH] Fixing documentation; it looks like I accidentally used Markdown rather than RST. --- readme.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.rst b/readme.rst index 81cbd8d..2cf9456 100755 --- a/readme.rst +++ b/readme.rst @@ -10,17 +10,17 @@ WARNING! This will delete any messages it can find in the inbox you specify-- p Installation ============ -You can either install from pip: +You can either install from pip:: pip install django-mailbox -*or* checkout and install the source from the [bitbucket repository](https://bitbucket.org/latestrevision/django-mailbox): +*or* checkout and install the source from the [bitbucket repository](https://bitbucket.org/latestrevision/django-mailbox):: hg clone https://bitbucket.org/latestrevision/django-mailbox cd django-mailbox python setup.py install -*or* checkout and install the source from the [github repository](https://github.com/latestrevision/django-mailbox): +*or* checkout and install the source from the [github repository](https://github.com/latestrevision/django-mailbox):: git clone https://github.com/latestrevision/django-mailbox.git cd django-mailbox