Add note about initializing submodules to README.md

This commit is contained in:
an.tsouchlos 2023-12-24 02:47:55 +00:00
parent fdb62dae3e
commit a1e051d980

View File

@ -2,6 +2,11 @@
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 on host