From b5ba8d1d4c07a432165fb8d03d45d9326792213e Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 24 Feb 2015 21:43:08 +1030 Subject: [PATCH] Fix installation instructions --- framework/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/README.md b/framework/core/README.md index f2514b0a1..b7f3d5763 100644 --- a/framework/core/README.md +++ b/framework/core/README.md @@ -80,7 +80,7 @@ Currently Flarum is in its very early stages, and it isn’t pretty. **It is far ```sh vagrant ssh - cd /vagrant/workbench/flarum/core/ember && ember serve --output-path="../public" + cd /vagrant/flarum/core/ember && ember serve --output-path="../public" ``` > You can also use the `esv` alias to run the above command.