aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-22 00:03:15 +0000
committertom christie tom@tomchristie.com2011-02-22 00:03:15 +0000
commit8685357e97f80ddc1beddabc48ed3a8a2819f4d1 (patch)
treefdee8856c9588c8eafc540dc181206b4729992cf /docs/index.rst
parent7fc66d31793f4250ec821e4a380866c361b780c7 (diff)
downloaddjango-rest-framework-8685357e97f80ddc1beddabc48ed3a8a2819f4d1.tar.bz2
Add the .zip download to the docs
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 992bcb47..6d3ae803 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -41,11 +41,12 @@ Installation & Setup
You can install Django REST framework using ``pip`` or ``easy_install``::
- pip install djangorestframework
+ pip install djangorestframework
Or download the current release from BitBucket:
- `django-rest-framework-0.1.tar.gz <https://bitbucket.org/tomchristie/django-rest-framework/downloads/django-rest-framework-0.1.tar.gz>`_
+* `django-rest-framework-0.1.tar.gz <https://bitbucket.org/tomchristie/django-rest-framework/downloads/django-rest-framework-0.1.tar.gz>`_
+* `django-rest-framework-0.1.zip <https://bitbucket.org/tomchristie/django-rest-framework/downloads/django-rest-framework-0.1.zip>`_
Or get the latest development version using mercurial::