[Catalyst-commits] r14271 - trunk/site/beta
soulchild at dev.catalyst.perl.org
soulchild at dev.catalyst.perl.org
Fri Mar 16 11:48:46 GMT 2012
Author: soulchild
Date: 2012-03-16 11:48:46 +0000 (Fri, 16 Mar 2012)
New Revision: 14271
Modified:
trunk/site/beta/index.html
Log:
- Updated install section.
Modified: trunk/site/beta/index.html
===================================================================
--- trunk/site/beta/index.html 2012-03-15 18:33:02 UTC (rev 14270)
+++ trunk/site/beta/index.html 2012-03-16 11:48:46 UTC (rev 14271)
@@ -4,7 +4,7 @@
<title>Catalyst | Perl MVC web application framework</title>
<meta charset="utf-8">
<meta name="author" content="Tobias Kremer // funkreich.de">
- <meta name="description" content="Catalyst is the most-used agile Perl MVC web framework that encourages rapid development and clean design without getting in your way.">
+ <meta name="description" content="Catalyst is the most popular agile Perl MVC web framework that encourages rapid development and clean design without getting in your way.">
<link rel="stylesheet" type="text/css" href="style.css" media="screen">
<link rel="shortcut icon" href="imgs/catalyst.ico">
</head>
@@ -111,11 +111,9 @@
<h2>How do I get started?</h2>
<ol>
<li>
- <h3><a href="https://metacpan.org/module/Catalyst::Runtime">Download & Install</a></h3>
- Recommended on Linux and OS X:
- <pre style="white-space:normal;"><code>curl -L http://cpanmin.us | perl - Catalyst::Runtime</code></pre>
+ <h3><a href="http://wiki.catalystframework.org/wiki/installation">Quick Install Guide</a></h3>
<p>
- For other platforms read the more <a href="http://wiki.catalystframework.org/wiki/installingcatalyst">detailled instructions on how to install Catalyst</a>.
+ For more details and other platforms read the extended <a href="http://wiki.catalystframework.org/wiki/installingcatalyst">Installing Catalyst guide</a>.
</p>
</li>
<li>
More information about the Catalyst-commits
mailing list