diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-04-17 12:55:29 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-04-17 12:55:29 +0100 |
commit | f5b4308b0bd68577e5c85fdbdab1d22876f6c1d4 (patch) | |
tree | eaac4aa12e7cfe896c92ea31e3c099e66e85140e /doc/INSTALL-vagrant.md | |
parent | ee0eb23bd793a7ac811cb6a0b816e60693af77c9 (diff) | |
parent | 9b5837c399e0525fac34470cf824c4efafd1ff58 (diff) |
Merge branch 'vagrant_debian' of github.com:sebbacon/alaveteli into vagrant_debianvagrant_debian
Conflicts:
doc/INSTALL-vagrant.md
Diffstat (limited to 'doc/INSTALL-vagrant.md')
-rw-r--r-- | doc/INSTALL-vagrant.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL-vagrant.md b/doc/INSTALL-vagrant.md index 1e3f98396..34a8ae30e 100644 --- a/doc/INSTALL-vagrant.md +++ b/doc/INSTALL-vagrant.md @@ -40,7 +40,7 @@ shared folders. ### Load sample data and index it - ./script/load-sample-data && ./script/rebuild-xapian-index + bundle exec ./script/load-sample-data && bundle exec ./script/rebuild-xapian-index ### Run the tests @@ -48,7 +48,7 @@ shared folders. ### Start the development server - ./script/server + bundle exec ./script/server ### And you're golden |