Clean up readme

pull/1/head^2
Toby Zerner 2014-12-30 21:41:59 +10:30
parent 860e698620
commit 02ba17e572
1 changed files with 12 additions and 8 deletions

View File

@ -1,9 +1,13 @@
# Flarum Skeleton App # Flarum Skeleton App
This application is a skeleton for https://github.com/flarum/core - it will set up the application and install dependencies in a Vagrant box.
## Instructions This application is a skeleton for https://github.com/flarum/core — it will set up the application and install dependencies in a Vagrant box.
````
git clone git@github.com:mikedugan/flarum-app Please see [here](https://github.com/flarum/core/blob/master/README.md) for more information about Flarum.
cd flarum-app
## Installation
```
git clone git@github.com:flarum/flarum
cd flarum
vagrant up vagrant up
```` ```