diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-16 17:01:38 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-16 17:01:38 +0000 |
| commit | fca1ef1d15650d6c2d5b9a35597f057004729ea4 (patch) | |
| tree | 2f8d750992ba19d0b2ed1e0f5df60743c7036cf1 /docs/install.txt | |
| parent | 5721396426cecd9fb172aa1acd27e54da7c67c8c (diff) | |
Rolled comments from install and faq pages into those docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
| -rw-r--r-- | docs/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.txt b/docs/install.txt index c7b4d921de..f2e10d5807 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -63,7 +63,7 @@ Installing the development version 3. Symlink ``django_src/django`` so that ``django`` is within your Python ``site-packages`` directory: - ``ln -s django_src/django /usr/lib/python2.3/site-packages/django`` + ``ln -s `pwd`/django_src/django /usr/lib/python2.3/site-packages/django`` (In the above line, change ``python2.3`` to match your current Python version.) |
