Index: tt/pages/download.html
===================================================================
--- tt/pages/download.html	(revision 14136)
+++ tt/pages/download.html	(working copy)
@@ -181,10 +181,17 @@
 [% BLOCK dl_source %]
  [% WRAPPER chrome/styled_panel %]
  <img class="title_image" src="static/alien/cpan-logo.png" alt=""/>
- <h1>Source code</h1>
+ <h1>Comprehensive Perl Archive Network</h1>
+ <p>
+ The Current released of <a href="http://search.cpan.org/dist/Padre">Padre 0.84</a> can be downloaded from <acronym>CPAN</acronym>.
+ </p>
+ <p>
+ <ul>
+ <li>perl -MCPAN -e 'install Padre'</li>
+ <li>To Run from a terminal just type <b>padre</b></li>
+ </ul>
+ </p>
  <p>
- <a href="http://search.cpan.org/dist/Padre">Released versions of Padre</a>
- can be downloaded in source code format from the <acronym>CPAN</acronym>.
  If you are interested in the development version of Padre, please check out our
  <a href="/trac/">pages for Padre developers</a>.
  </p>

