Ticket #17220: patch.diff
File patch.diff, 556 bytes (added by , 13 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: 257 257 258 258 .. code-block:: bash 259 259 260 # Git 260 # Git (requires version 1.6.6 or later) 261 261 git clone https://github.com/django/django.git 262 # or (works with all versions) 263 git clone git://github.com/django/django.git 262 264 263 265 # Mercurial 264 266 hg clone https://bitbucket.org/django/django