Add note about initializing submodules to README.md
This commit is contained in:
parent
fdb62dae3e
commit
a1e051d980
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
Repository containing latex source for the Bachelor's Thesis paper.
|
Repository containing latex source for the Bachelor's Thesis paper.
|
||||||
|
|
||||||
|
After cloning, make sure to initialize the submodules containing the dependencies:
|
||||||
|
```bash
|
||||||
|
$ git submodule update --init
|
||||||
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
### Build on host
|
### Build on host
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user