From 537676801fa08f5a5ae8d8c5810b69c32120a9e3 Mon Sep 17 00:00:00 2001 From: pdmarf <135653545+pdmarf@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:48:14 +0100 Subject: [PATCH] Add git install instruction for fresh LXC/VM --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 401e453..e09b690 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ claude ## Cloning to a New Machine +If git is not installed (e.g. a fresh LXC/VM): + +```bash +apt install git -y +``` + +Then clone and run setup: + ```bash git clone http://100.120.125.113:3000/pdm/security-tools.git cd security-tools