Add submodule cloning instructions
This commit is contained in:
parent
d1e72528c7
commit
8863ee87ba
15
README.md
15
README.md
|
@ -22,6 +22,21 @@ This application will take over the full screen when launched and display frames
|
||||||
* [OpenCV](https://github.com/opencv/opencv)
|
* [OpenCV](https://github.com/opencv/opencv)
|
||||||
* [nlohmann/json](https://github.com/nlohmann/json)
|
* [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
|
### Installing on Debian-based systems
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue