Ticket #11986: ticket11986.diff

File ticket11986.diff, 532 bytes (added by Jure Cuhalev <gandalf@…>, 13 years ago)

Add sudo to command

  • docs/intro/tutorial01.txt

    diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
    index bf9044e..9b92236 100644
    a b create a ``mysite`` directory in your current directory.  
    5454   can be run as a program. To do this, open Terminal.app and navigate (using
    5555   the ``cd`` command) to the directory where :doc:`django-admin.py
    5656   </ref/django-admin>` is installed, then run the command
    57    ``chmod +x django-admin.py``.
     57   ``sudo chmod +x django-admin.py``.
    5858
    5959.. note::
    6060
Back to Top