Add git install instruction for fresh LXC/VM
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user