From 79248a7e0a3918c1ed934601f6c295521c346b03 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 31 Dec 2011 15:35:04 +0000 Subject: [PATCH] [1.3.X] Fixed #11986 - Added sudo to Mac OS permissions note in tutorial. Backport of r17318 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17319 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 2f2e049a16..7b8fccbd58 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::