From 380969a533ec5f200dced9c7096e03d988b01c5d Mon Sep 17 00:00:00 2001 From: ozymandias Date: Sun, 11 May 2025 01:46:55 +0000 Subject: [PATCH] fixed README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44bbd31..6e65576 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The first wired‑in service is the Rust paste‑bin [w4/bin](https://github.com Repository Layout ----------------- +``` kpr-genesis/ ├─ scripts/ │ └─ run\_pipeline.sh # git‑pull → terraform apply → ansible @@ -32,6 +33,7 @@ kpr-genesis/ └─ bin/ ├─ tasks/main.yml └─ templates/docker-compose.yml.j2 +``` Prerequisites -------------