From 25aba076fba6e8cb65055f4fc0397bd75e42b161 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 26 Mar 2017 09:56:13 +0200 Subject: [PATCH] add info on cloning with --recursive to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f760e11f..2a3a77f5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Django project to power Bornhack. Features include news, villages, webshop, and ## Quickstart +### Clone the repo +Clone with --recursive to include submodules: + + git clone --recursive https://github.com/bornhack/bornhack-website + + ### Virtualenv Create a Python 3 virtual environment and activate it: ```