X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=a9e783dec84cb85340feb865e37fa332e5a98611;hb=1df125c95d52bba7c3e2f5d01337c98e50172a7b;hp=3ff93e95ddeb3001b682c796b4def6be26e5e7bd;hpb=fc7ec1d96ee55d1bf42af3abce155ecb717b9e2b;p=catagits%2FCatalyst-Runtime.git diff --git a/README b/README index 3ff93e9..a9e783d 100644 --- a/README +++ b/README @@ -3,19 +3,19 @@ NAME SYNOPSIS # use the helper to start a new application - catalyst MyApp + perl /path/to/catalyst MyApp cd MyApp # add models, views, controllers - bin/create model Something - bin/create view Stuff - bin/create controller Yada + perl bin/create model Something + perl bin/create view Stuff + perl bin/create controller Yada # built in testserver - bin/server + perl bin/server # command line interface - bin/test /yada + perl bin/test /yada See also L @@ -94,8 +94,8 @@ AUTHOR Sebastian Riedel, "sri@oook.de" THANK YOU - David Naughton, Gary Ashton Jones, Marcus Ramberg and all the others - who've helped. + Danijel Milicevic, David Naughton, Gary Ashton Jones, Jesse Sheidlower, + Johan Lindstrom, Marcus Ramberg and all the others who've helped. LICENSE This library is free software . You can redistribute it and/or modify it