add info on cloning with --recursive to README

This commit is contained in:
Thomas Steen Rasmussen 2017-03-26 09:56:13 +02:00
parent 27e5fcc407
commit 25aba076fb
1 changed files with 6 additions and 0 deletions

View File

@ -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:
```