tabs => spaces
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Installation.pod
index 1d878a2..cb1343a 100644 (file)
@@ -96,9 +96,10 @@ variety of other installation techniques:
 CPAN
 
 The traditional way to install Catalyst is directly from CPAN using the
-C<Task::Catalyst> bundle:
+C<Task::Catalyst> bundle and C<Catalyst::Devel>:
 
-       $ perl -MCPAN -e 'install Task::Catalyst'
+    $ perl -MCPAN -e 'install Task::Catalyst'
+    $ perl -MCPAN -e 'install Catalyst::Devel'
 
 Unless you have a particularly complete set of Perl modules already
 installed, be prepared for a large number of nested dependencies.
@@ -117,8 +118,8 @@ C<emerge catalystframework>.
 FreeBSD
 
 FreeBSD users can get up and running quickly by typing C<cd
-/usr/ports/www/p5-Catalyst && make install>, or C<portinstall
-p5-Catalyst> if C<portinstall> is installed on your system.
+/usr/ports/www/p5-Catalyst-Devel && make install>, or C<portinstall
+p5-Catalyst-Devel> if C<portinstall> is installed on your system.
 
 =item * 
 
@@ -126,7 +127,7 @@ Windows ActivePerl
 
 Windows users can take advantage of the PPM tool that comes with
 ActivePerl to jumpstart their Catalyst environment.  Directions are
-available at L<http://catalyst.infogami.com/katalytes/cat_on_windows>.
+available at L<http://catalyst.infogami.com/install/windows>.
 
 =item *
 
@@ -134,7 +135,7 @@ Subversion Repository
 
 Catalyst uses Subversion for version control. To checkout the latest:
 
-    $ svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst/
+    $ svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Runtime/
 
 =back