add info on cloning with --recursive to README
This commit is contained in:
parent
27e5fcc407
commit
25aba076fb
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue