summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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