diff options
| author | Rob Hudson | 2009-09-18 08:37:52 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-09-18 08:37:52 -0700 |
| commit | 0784ef3cea8b6228c08e09005bed0c6fb7271731 (patch) | |
| tree | 9ef3d2f273527b3a5836dc7f47645caa56009717 | |
| parent | 06b308d54f1f2ea102d77f2f6bc3133000ec0d7d (diff) | |
| download | django-debug-toolbar-gh-pages.tar.bz2 | |
Added installation link to the READMEgh-pages
| -rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -92,7 +92,7 @@ Simon Willison, Philip Zeyliger </p> - <h2>Download & Install</h2> + <h2>Download</h2> <p> Preferrably, use <a href="http://pypi.python.org/pypi/pip">Pip</a> and <pre>$ pip install django-debug-toolbar</pre> @@ -102,6 +102,8 @@ <p> You can also clone the project with <a href="http://git-scm.com">Git</a> by running: <pre>$ git clone git://github.com/robhudson/django-debug-toolbar</pre> </p> + <h2>Install</h2> + <p>See the Installation instructions in the <a href="http://github.com/robhudson/django-debug-toolbar/blob/master/README.rst">README</a>.</p> <h2>Get Involved</h2> <ul> <li>Get the source code on GitHub: <a href="http://github.com/robhudson/django-debug-toolbar">robhudson/django-debug-toolbar</a>.</li> |
