summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 14:00:22 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 14:00:22 -0800
commit792eeecfec9b9b30101fa5c791554b6affb5f0d0 (patch)
treed3e835deef556269479be29e596a01e110ebc825 /README
parentupdate .gitignore (diff)
downloadjitterbug-792eeecfec9b9b30101fa5c791554b6affb5f0d0.tar.gz
Convert jitterbug to use Module::Build
Jitterbug now uses Module::Build, mostly so that "./Build installdeps" can be used to install all Jitterbug dependencies. The README has been updated to document the new installation process. A Makefile.PL is still generated for backcompat.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 267aeb4..fb56615 100644
--- a/README
+++ b/README
@@ -6,9 +6,14 @@ as Dancer, DBIx::Class and Git::Repository.
Installing Jitterbug
===================
-perl Makefile.PL
+perl Build.PL
-# ... install missing dependencies with cpan or cpanm ...
+# You can also use Makefile.PL, but you will then have to manually
+# install dependencies
+# perl Makefile.PL
+
+# install missing dependencies
+./Build installdeps
# start the jitterbug Dancer app, which by default binds to port 3000
perl jitterbug.pl