moving the Tutorial.pod to the new location, as well
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Installation.pod
index 1d878a2..6fc70d9 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 Catalyst::Devel'
 
 Unless you have a particularly complete set of Perl modules already
 installed, be prepared for a large number of nested dependencies.
@@ -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