From 3d2085c4b2af185aa44dde585324b796ea693d27 Mon Sep 17 00:00:00 2001 From: ayourk Date: Sun, 8 Jun 2025 10:44:19 -0600 Subject: [PATCH] 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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ef5312..c1e658c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Take into account that this is a draft project, and is nowhere as complete and well supported as [awesome ustreamer](https://github.com/pikvm/ustreamer). This project was inspired by mentioned ustreamer. +To clone this repository be sure to use the following command: + + git clone --recurse-submodules https://github.com/ayufan/camera-streamer.git + ## Requirements 1. Debian Bullseye, with at least 5.15 kernel