0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Fixed #17983 -- Use a non-ambiguous syntax of the ln command in install docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Claude Paroz 2012-03-31 18:24:43 +00:00
parent c39e1cff99
commit 7b89e0fc57

View File

@ -330,7 +330,7 @@ latest bug fixes and improvements, follow these instructions:
.. code-block:: bash
ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin
ln -s -t /usr/local/bin WORKING-DIR/django-trunk/django/bin/django-admin.py
(In the above line, change WORKING-DIR to match the full path to your new
``django-trunk`` directory.)