aboutsummaryrefslogtreecommitdiffstats
path: root/doc/INSTALL-vagrant.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL-vagrant.md')
-rw-r--r--doc/INSTALL-vagrant.md4
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