From 130f4f4a340f34afe8eaefade0e5b91a1c7c63bb Mon Sep 17 00:00:00 2001 From: pdmarf <135653545+pdmarf@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:53:09 +0100 Subject: [PATCH] Add clone instructions to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f730998..75cd26d 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,15 @@ To resume work in Claude Code from this directory: cd /Users/petermarfleet/code/bin/security claude ``` + +## Cloning to a New Machine + +```bash +git clone http://100.120.125.113:3000/pdm/security-tools.git +``` + +To clone to a specific path: + +```bash +git clone http://100.120.125.113:3000/pdm/security-tools.git /path/to/destination +```