aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Hudson2009-09-18 08:37:52 -0700
committerRob Hudson2009-09-18 08:37:52 -0700
commit0784ef3cea8b6228c08e09005bed0c6fb7271731 (patch)
tree9ef3d2f273527b3a5836dc7f47645caa56009717
parent06b308d54f1f2ea102d77f2f6bc3133000ec0d7d (diff)
downloaddjango-debug-toolbar-gh-pages.tar.bz2
Added installation link to the READMEgh-pages
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index de75c4b..8b7bdd6 100644
--- a/index.html
+++ b/index.html
@@ -92,7 +92,7 @@
Simon Willison,
Philip Zeyliger
</p>
- <h2>Download &amp; 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>