about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2012-01-24 20:39:18 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2012-01-24 20:39:18 -0800
commitbf95acf2b686ea4556a2570ce65b1c615bcc7a3f (patch)
tree681483fa3d504f49ba66d30dd2af07ee1dd89352 /README.md
parentDetect Winxed-based build systems + test suites (diff)
downloadjitterbug-new_dancer.tar.gz
Try to get stuff working with Dancer 1.3x, but still nagged by a few failing tests in t/002_index_route.t new_dancer
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f71cc8..dc4f6c4 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ as Moose, Dancer, DBIx::Class and others.
 In another terminal, deploy a DBIx::Class schema ( which is SQLite by default, 
 change the values in config.yml to tweak) :
 
-    perl scripts/jitterbug_db --config config.yml --deploy
+    perl -Ilib scripts/jitterbug_db --config config.yml --deploy
 
 Now add a post-receive hook to your github project that hits the /hook/ URL
 on the server that the jitterbug Dancer app is running on, i.e.