From 068dcbddb9b967bc13ed296ca485bd3dcf49490f Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 31 Dec 2011 15:34:49 +0000 Subject: [PATCH] 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 --- docs/intro/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` is installed, then run the command - ``chmod +x django-admin.py``. + ``sudo chmod +x django-admin.py``. .. note::