Add submodule cloning instructions

This commit is contained in:
mmcwilliams 2024-08-29 10:39:05 -04:00
parent d1e72528c7
commit 8863ee87ba
1 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,21 @@ This application will take over the full screen when launched and display frames
* [OpenCV](https://github.com/opencv/opencv)
* [nlohmann/json](https://github.com/nlohmann/json)
### Submodules
To clone this project with the `nlohmann/json` submodule included:
```
git clone --recursive https://git.sixteenmillimeter.com/16mm/filmout_display.git
```
If you have already cloned this repo:
```bash
git submodule init
git submodule update
```
### Installing on Debian-based systems
```bash