summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/install.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index fc513af640..68db820be2 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -257,8 +257,10 @@ latest bug fixes and improvements, follow these instructions:
.. code-block:: bash
- # Git
+ # Git (requires version 1.6.6 or later)
git clone https://github.com/django/django.git
+ # or (works with all versions)
+ git clone git://github.com/django/django.git
# Mercurial
hg clone https://bitbucket.org/django/django