mirror of https://github.com/flarum/flarum
Update installation instructions.
This flag ensures that the core submodule is properly set up.pull/9/head
parent
48e20e55d0
commit
ef6b1bb988
|
@ -25,7 +25,7 @@
|
||||||
2. Clone this repository and set up the Vagrant box:
|
2. Clone this repository and set up the Vagrant box:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/flarum/flarum.git
|
git clone --recursive https://github.com/flarum/flarum.git
|
||||||
cd flarum
|
cd flarum
|
||||||
vagrant up
|
vagrant up
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue