From c43f57ce23685446ae3ad3ceccdd56e7a8ca6224 Mon Sep 17 00:00:00 2001 From: Erik Ordway Date: Tue, 19 Jul 2016 12:54:09 -0700 Subject: [PATCH] add `bundle exec` so that the admin account created runs --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index e698e59ea19..be630a4f732 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -100,7 +100,7 @@ You'll want an admin account to be able to do anything fun on your new Discourse run the following command and follow the instructions: ```bash -rake admin:create +bundle exec rake admin:create ``` Your admin account should be approved. Log in in your browser and you're good to go!