diff options
| -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> | 
