mirror of https://github.com/flarum/flarum
parent
fad38c0bbd
commit
18c471f015
|
@ -47,5 +47,6 @@
|
|||
},
|
||||
"config": {
|
||||
"preferred-install": "dist"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "beta"
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You must have SSH access to a server with **PHP 5.5+** and **MySQL 5.5+**, and install [Composer](https://getcomposer.org).
|
||||
|
||||
```
|
||||
composer create-project flarum/flarum
|
||||
composer create-project flarum/flarum . --stability=beta
|
||||
```
|
||||
|
||||
Read the [Installation Guide](http://flarum.org/docs/installation) for more information.
|
||||
|
|
Loading…
Reference in New Issue