Ticket #17983: patch_17983.diff

File patch_17983.diff, 542 bytes (added by noria, 12 years ago)

The (very hard) patch :)

  • docs/topics/install.txt

    diff --git a/docs/topics/install.txt b/docs/topics/install.txt
    index e91c3e0..3aeeeeb 100644
    a b latest bug fixes and improvements, follow these instructions:  
    330330
    331331   .. code-block:: bash
    332332
    333        ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin
     333       ln -s -t /usr/local/bin WORKING-DIR/django-trunk/django/bin/django-admin.py
    334334
    335335   (In the above line, change WORKING-DIR to match the full path to your new
    336336   ``django-trunk`` directory.)
Back to Top