Correcting inadvertent typo from [6224]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c74ebab686
commit
ce53de47a2
|
@ -46,7 +46,7 @@ will create a ``mysite`` directory in your current directory.
|
||||||
If you're using Mac OS X, you may see the message "permission
|
If you're using Mac OS X, you may see the message "permission
|
||||||
denied" when you try to run ``django-admin.py startproject``. This
|
denied" when you try to run ``django-admin.py startproject``. This
|
||||||
is because, on Unix-based systems like OS X, a file must be marked
|
is because, on Unix-based systems like OS X, a file must be marked
|
||||||
as "exceutable" before it can be run as a program. To do this, open
|
as "executable" before it can be run as a program. To do this, open
|
||||||
Terminal.app and navigate (using the `cd` command) to the directory
|
Terminal.app and navigate (using the `cd` command) to the directory
|
||||||
where ``django-admin.py`` is installed, then run the command
|
where ``django-admin.py`` is installed, then run the command
|
||||||
``chmod +x django-admin.py``.
|
``chmod +x django-admin.py``.
|
||||||
|
|
Loading…
Reference in New Issue