From ef6b1bb988278fed232df2f2b77e42beec8912d1 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 8 May 2015 14:57:46 +0200 Subject: [PATCH] Update installation instructions. This flag ensures that the core submodule is properly set up. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8b71900..ad0868b 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ 2. Clone this repository and set up the Vagrant box: ```sh - git clone https://github.com/flarum/flarum.git + git clone --recursive https://github.com/flarum/flarum.git cd flarum vagrant up ```