about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
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.