1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00

Fix installation instructions

This commit is contained in:
Toby Zerner
2015-02-24 21:43:08 +10:30
parent 03c6b33a7d
commit b5ba8d1d4c

View File

@@ -80,7 +80,7 @@ Currently Flarum is in its very early stages, and it isnt 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.