Add git install instruction for fresh LXC/VM

This commit is contained in:
pdmarf
2026-04-17 22:48:14 +01:00
parent 584257bbef
commit 537676801f

View File

@@ -19,6 +19,14 @@ claude
## Cloning to a New Machine ## 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 ```bash
git clone http://100.120.125.113:3000/pdm/security-tools.git git clone http://100.120.125.113:3000/pdm/security-tools.git
cd security-tools cd security-tools