Ticket #17220: patch.diff

File patch.diff, 556 bytes (added by Christopher Medrela, 12 years ago)
  • docs/topics/install.txt

    diff --git a/docs/topics/install.txt b/docs/topics/install.txt
    index fc513af..68db820 100644
    a b latest bug fixes and improvements, follow these instructions:  
    257257
    258258   .. code-block:: bash
    259259
    260        # Git
     260       # Git (requires version 1.6.6 or later)
    261261       git clone https://github.com/django/django.git
     262       # or (works with all versions)
     263       git clone git://github.com/django/django.git       
    262264
    263265       # Mercurial
    264266       hg clone https://bitbucket.org/django/django
Back to Top