X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;h=6527af63abadb15ff3ecfd9aee7ef73b7adcc9c4;hp=ef60d391728421ba43035d1e4f6eb5dfb631e3ad;hb=91864987dc0e2256fe00b94853ba5b3a18f01ea2;hpb=9c470869875115d965f5e8a84e8bcc532d9d2f72 diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index ef60d39..6527af6 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -101,13 +101,13 @@ Here's how to install Catalyst and get a simple application up and running, usin =head3 Setup - $ catalyst My::App + $ catalyst.pl My::App $ cd My-App - $ perl bin/create controller My::Controller + $ script/create.pl controller My::Controller =head3 Run - $ perl bin/server + $ script/server.pl Now visit these locations with your favorite browser or user agent to see Catalyst in action: