summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-03-31 18:55:23 +0000
committerClaude Paroz <claude@2xlibre.net>2012-03-31 18:55:23 +0000
commit89b66efafcc224a0f2a306e2b5dcb30d343f28b2 (patch)
treef947535b3f9e78bce152c83a48f066679ba8db39 /docs
parent2d01c9de6918bf998d35bfe8473c57914738a9c6 (diff)
Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the destination directory.
The -t argument is not a POSIX standard. Thanks Aymeric Augustin for pointing the problem. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-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 1d7b930b9c..9107b2fb97 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 -t /usr/local/bin WORKING-DIR/django-trunk/django/bin/django-admin.py
+ ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin/
(In the above line, change WORKING-DIR to match the full path to your new
``django-trunk`` directory.)