From ca2529eec17432e30ee11e734cb43c63881e509e Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 31 Dec 2014 17:52:20 +1030 Subject: [PATCH] Tweak installation instructions. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cf80df3..bb42324d0 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,10 @@ Currently Flarum is in its very early stages, and it isn’t pretty. **It is far 3. SSH into the Vagrant box and compile the Ember app: - ```cd /vagrant/workbench/flarum/core/ember && ember serve --output-path="../public"``` + ``` + vagrant ssh + cd /vagrant/workbench/flarum/core/ember && ember serve --output-path="../public" + ``` > You can also use the `esv` alias to run the above command.