about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7139479..8ce74fd 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ perl jitterbug.pl
 In another terminal, deploy a DBIx::Class schema ( which is SQLite by default, 
 change the values in config.yml to tweak) :
 
-perl scripts/deploy_schema config.yml
+perl 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.