From b6197c02b7cb2f5549de7bfddb0d1da59009bd61 Mon Sep 17 00:00:00 2001 From: alex-s-iv <50330193+alex-s-iv@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:39:08 +0300 Subject: [PATCH] Update packpack.rst Added -- recursive to git clone operation. Specified correct command cd ./zoneminder --- docs/installationguide/packpack.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installationguide/packpack.rst b/docs/installationguide/packpack.rst index 9203810e3..7f5849fb1 100644 --- a/docs/installationguide/packpack.rst +++ b/docs/installationguide/packpack.rst @@ -46,8 +46,8 @@ Clone the ZoneMinder project if you have not done so already. :: - git clone https://github.com/ZoneMinder/ZoneMinder - cd ZoneMinder + git clone --recursive https://github.com/ZoneMinder/zoneminder.git + cd ./zoneminder Alternatively, if you have already cloned the repo and wish to update it, do the following.