Skip to content

Commit 3d2085c

Browse files
authored
workflow: update README.md for submodule clone instructions (#132)
Adding the command required to clone the entire repository with submodules makes it less likely to error out when building.
1 parent 39c8913 commit 3d2085c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Take into account that this is a draft project, and is nowhere as complete
1616
and well supported as [awesome ustreamer](https://github.com/pikvm/ustreamer).
1717
This project was inspired by mentioned ustreamer.
1818

19+
To clone this repository be sure to use the following command:
20+
21+
git clone --recurse-submodules https://github.com/ayufan/camera-streamer.git
22+
1923
## Requirements
2024

2125
1. Debian Bullseye, with at least 5.15 kernel

0 commit comments

Comments
 (0)