diff options
| author | Timo Graham <timograham@gmail.com> | 2011-11-21 23:40:11 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-11-21 23:40:11 +0000 |
| commit | 98f5127fb87bbde0b8732c144b8d405d927fba61 (patch) | |
| tree | 90962ad8982eb8300c18f9b25bcbb22757e3c000 /docs | |
| parent | f2d02647fa8274c303a079191918e45d0b122472 (diff) | |
Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiumed for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/install.txt | 4 |
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 |
