summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 62f798f799..6418cd9fbb 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -39,11 +39,12 @@ From the command line, ``cd`` into a directory where you'd like to store your
code, then run the command ``django-admin.py startproject mysite``. This will
create a ``mysite`` directory in your current directory.
-.. admonition:: Script name differs on Ubuntu
+.. admonition:: Script name may differ in distribution packages
- If you installed Django using the Ubuntu package manager (e.g. apt-get)
- ``django-admin.py`` has been renamed to ``django-admin``. You may continue
- through this documentation by omitting ``.py`` from each command.
+ If you installed Django using a Linux distribution's package manager
+ (e.g. apt-get or yum) ``django-admin.py`` may have been renamed to
+ ``django-admin``. You may continue through this documentation by omitting
+ ``.py`` from each command.
.. admonition:: Mac OS X permissions