From ab18d46bfe04d29a840b5378741a5553138088bc Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Mon, 28 Aug 2017 21:53:38 +0200 Subject: [PATCH] Note about adding submodules after cloning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b32a88b3..a5efd056 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Clone with --recursive to include submodules: git clone --recursive https://github.com/bornhack/bornhack-website +If you already cloned the repository, you can add the submodules like this: + + git submodule update --init --recursive ### Virtualenv Create a Python 3 virtual environment and activate it: