Add clone instructions to README

This commit is contained in:
pdmarf
2026-04-17 21:53:09 +01:00
parent 2ea06aff70
commit 130f4f4a34

View File

@@ -16,3 +16,15 @@ To resume work in Claude Code from this directory:
cd /Users/petermarfleet/code/bin/security cd /Users/petermarfleet/code/bin/security
claude 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
```