diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-04-27 16:12:08 -0700 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-04-27 16:12:08 -0700 |
| commit | 569339f6f9f1bba22c841cb30a59a76ba51c5b54 (patch) | |
| tree | 9bb25061699b36dbbdaf988ddc74c816a4fdbaad /README.md | |
| parent | tell github our readme is markdown (diff) | |
| download | jitterbug-569339f6f9f1bba22c841cb30a59a76ba51c5b54.tar.gz | |
Fix readme markdown and add note about using cpanm to install deps
Diffstat (limited to '')
| -rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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! |
