From 7b89e0fc571491214503583aad8f7b48efbe2a9d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 31 Mar 2012 18:24:43 +0000 Subject: [PATCH] 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 --- docs/topics/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 728ea05add..1d7b930b9c 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -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.)