Updated README.md with updating submodules

This commit is contained in:
David Allen 2024-07-15 20:43:02 -06:00
parent 5819c76289
commit 1fe1f19891
3 changed files with 10 additions and 0 deletions

View file

@ -153,6 +153,12 @@ ln -s ../modules/indicators/include/indicators include/indicators
ln -s ../modules/csv2/include/csv2 include/csv2
```
Otherwise, you can just update the modules if they're already there and out-of-date:
```bash
git submodule update --init --recursive
```
And then build the binaries (check the "build" directory):
```bash