summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-04-27 16:12:08 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-04-27 16:12:08 -0700
commit569339f6f9f1bba22c841cb30a59a76ba51c5b54 (patch)
tree9bb25061699b36dbbdaf988ddc74c816a4fdbaad /README.md
parenttell github our readme is markdown (diff)
downloadjitterbug-569339f6f9f1bba22c841cb30a59a76ba51c5b54.tar.gz
Fix readme markdown and add note about using cpanm to install deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7e3f4d0..c42076a 100644
--- a/README.md
+++ b/README.md
@@ -8,15 +8,16 @@ as Moose, Dancer, DBIx::Class and others.
### Installing Jitterbug
-perl Build.PL
-
-# You can also use Makefile.PL, but you will then have to manually
-# install dependencies
-# perl Makefile.PL
+ # You can also use Makefile.PL, but you will then have to manually
+ perl Build.PL
+ # perl Makefile.PL
# install missing dependencies
./Build installdeps
+ # you can also use cpanm
+ # cpanm --installdeps .
+
# Look at config.yaml or example.yaml for how to configure your Jitterbug instance
$EDITOR config.yaml
@@ -43,6 +44,6 @@ and test commands for each project.
perl scripts/builder.pl -c config.yml
Now, when you commit to a project that has a Jitterbug post-receive hook,
-the builder check every 30 seconds for a new task and build and test your
+the builder check periodically for a new task and build and test your
projects!