mirror of https://github.com/flarum/flarum
Clean up readme
parent
860e698620
commit
02ba17e572
16
readme.md
16
readme.md
|
@ -1,9 +1,13 @@
|
|||
# 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
|
||||
````
|
||||
git clone git@github.com:mikedugan/flarum-app
|
||||
cd flarum-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.
|
||||
|
||||
Please see [here](https://github.com/flarum/core/blob/master/README.md) for more information about Flarum.
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
git clone git@github.com:flarum/flarum
|
||||
cd flarum
|
||||
vagrant up
|
||||
````
|
||||
```
|
Loading…
Reference in New Issue