X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FGitalist.pm;h=6c1a581df7d170de44b0c2a07ea867c769234838;hb=3a7cd273ccfed9de7a069c3d26fbc0f684594257;hp=435f7e1751f4f5c57108578a6734693ac38b0f42;hpb=ba331b705d9d3bf2df17a183801114fba56239bb;p=catagits%2FGitalist.git diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 435f7e1..6c1a581 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -68,21 +68,21 @@ Gitalist - A modern git web viewer =head1 SYNOPSIS - script/gitalist_server.pl --repo_dir /home/me/code/git + perl script/gitalist_server.pl --repo_dir /home/me/code/git =head1 INSTALL As Gitalist follows the usual Perl module format the usual approach for installation should work, e.g.: - perl Makefile.PL - make - make test - make install + perl Makefile.PL + make + make test + make install or - cpan -i Gitalist + cpan -i Gitalist You can also L and run it, in this case you'll additionally need the author modules, @@ -155,7 +155,7 @@ directory to one directory higher than the Gitalist repository. This means that if you check Gitalist out next to your other git checkouts, then starting the demo server needs no parameters at all: - Gitalist [master]$ ./script/gitalist_server.pl + Gitalist [master]$ perl script/gitalist_server.pl You can connect to your server at http://localhost:3000 =head2 FOR CPAN INSTALLS