From 137fdaf01aecb5b5e7978bc1e6c96eeb81bbb732 Mon Sep 17 00:00:00 2001 From: pdm Date: Mon, 13 Apr 2026 09:29:52 +0000 Subject: [PATCH] Add simple install instructions --- INSTALL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..571e4d0 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,14 @@ +# Installing Homelab Agents on a New VM + +Run this single command: + +```bash +source <(curl -s http://100.120.125.113:3000/pdm/homelab-agents/raw/branch/main/scripts/bootstrap-agents.sh) +``` + +That's it. The script will: +- Download the agents to `~/.homelab-agents` +- Install helper scripts to `~/.homelab-scripts` +- Add the scripts to your PATH + +Once done, you can use `init-project ` to set up a new project.