Commit 7b89e0fc authored by Claude Paroz's avatar Claude Paroz
Browse files

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
parent c39e1cff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.)