summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-03-31 18:24:43 +0000
committerClaude Paroz <claude@2xlibre.net>2012-03-31 18:24:43 +0000
commit7b89e0fc571491214503583aad8f7b48efbe2a9d (patch)
treed1c1fde6f65b52f3efb5a7d3f5f3e3c6dacb70b1
parentc39e1cff9937a2d63d62f54118da3619f4418ff4 (diff)
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
-rw-r--r--docs/topics/install.txt2
1 files changed, 1 insertions, 1 deletions
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.)