summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-12-31 15:34:49 +0000
committerTimo Graham <timograham@gmail.com>2011-12-31 15:34:49 +0000
commit068dcbddb9b967bc13ed296ca485bd3dcf49490f (patch)
tree072712f1ac37b8fd15b41acb3f5fb78c4f93cc0c
parent72793766a7e5218e8b5d7161cc466abfd70a7d46 (diff)
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
-rw-r--r--docs/intro/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 9a6fcf6d99..659e5ed055 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -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::