X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=README.mkdn;h=85bbebf2241cdfc7df5d951c892be005784f212e;hp=d6731340da2ba2ec6d006b957aebcaa1d2ebe888;hb=136c3a0d6a7add94f0419f8a4c4aeac74070aeec;hpb=f6462fb02e19e32d54ac0dcb8511d9c07f9276c4 diff --git a/README.mkdn b/README.mkdn index d673134..85bbebf 100644 --- a/README.mkdn +++ b/README.mkdn @@ -14,6 +14,10 @@ Catalyst - The Elegant MVC Web Application Framework See the [Catalyst::Manual](https://metacpan.org/pod/Catalyst::Manual) distribution for comprehensive documentation and tutorials. + # Building Catalyst for development + cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) + cpanm --installdeps --with-develop . + # Install Catalyst::Devel for helpers and other development tools # use the helper to create a new application catalyst.pl MyApp