Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-12-31 15:34:49 +00:00
parent 72793766a7
commit 068dcbddb9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ This will create a ``mysite`` directory in your current directory.
can be run as a program. To do this, open Terminal.app and navigate (using
the ``cd`` command) to the directory where :doc:`django-admin.py
</ref/django-admin>` is installed, then run the command
``chmod +x django-admin.py``.
``sudo chmod +x django-admin.py``.
.. note::