Note about adding submodules after cloning
This commit is contained in:
parent
8c5d063b8b
commit
ab18d46bfe
|
@ -9,6 +9,9 @@ Clone with --recursive to include submodules:
|
||||||
|
|
||||||
git clone --recursive https://github.com/bornhack/bornhack-website
|
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
|
### Virtualenv
|
||||||
Create a Python 3 virtual environment and activate it:
|
Create a Python 3 virtual environment and activate it:
|
||||||
|
|
Loading…
Reference in a new issue