diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index c38fa7d..9603f99 100644
|
a
|
b
|
From the command line, ``cd`` into a directory where you'd like to store your
|
| 41 | 41 | code, then run the command ``django-admin.py startproject mysite``. This will |
| 42 | 42 | create a ``mysite`` directory in your current directory. |
| 43 | 43 | |
| | 44 | .. note:: Ubuntu django-admin.py script name |
| | 45 | |
| | 46 | If you have installed Django from the Ubuntu package manager (e.g. apt-get) |
| | 47 | ``django-admin.py`` has been renamed to ``django-admin``. Continue by |
| | 48 | omitting ``.py`` on each occurrence. |
| | 49 | |
| 44 | 50 | .. admonition:: Mac OS X permissions |
| 45 | 51 | |
| 46 | 52 | If you're using Mac OS X, you may see the message "permission denied" when |