Ticket #17983: patch_17983.diff
File patch_17983.diff, 542 bytes (added by , 13 years ago) |
---|
-
docs/topics/install.txt
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index e91c3e0..3aeeeeb 100644
a b latest bug fixes and improvements, follow these instructions: 330 330 331 331 .. code-block:: bash 332 332 333 ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin333 ln -s -t /usr/local/bin WORKING-DIR/django-trunk/django/bin/django-admin.py 334 334 335 335 (In the above line, change WORKING-DIR to match the full path to your new 336 336 ``django-trunk`` directory.)