about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-14 21:28:47 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-14 21:28:47 +0100
commit7f3f928e858812ce17760745ff356c9487082091 (patch)
tree4ef0fa2623f059c4fa0b2336a1169265ef939ae4 /README
parentremove useless scripts (diff)
downloadjitterbug-7f3f928e858812ce17760745ff356c9487082091.tar.gz
update README
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.