From 9b466145c3c884950c78b878109440fed21ce11b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 11 Jan 2026 22:57:40 +0000 Subject: [PATCH] Clarify repository URL for forked versions Co-authored-by: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com> --- README.md | 1 + docs/getting-started.md | 2 ++ docs/quick-reference.md | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46852ea..fd60268 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ This repository provides a structured approach to managing a homelab infrastruct 1. **Clone the repository:** ```bash + # Note: Replace 'kelinfoxy' with your username if you forked this repository git clone https://github.com/kelinfoxy/AI-Homelab.git cd AI-Homelab ``` diff --git a/docs/getting-started.md b/docs/getting-started.md index 36522b4..0b0f884 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -38,6 +38,7 @@ docker run --rm hello-world cd ~ # Clone the repository +# Note: Replace 'kelinfoxy' with your username if you forked this repository git clone https://github.com/kelinfoxy/AI-Homelab.git # Enter the directory @@ -297,6 +298,7 @@ docker compose -f docker-compose/development.yml ps 3. **Clone your repository in VS Code:** ```bash # On your local machine + # Note: Replace 'kelinfoxy' with your username if you forked this repository git clone https://github.com/kelinfoxy/AI-Homelab.git cd AI-Homelab code . diff --git a/docs/quick-reference.md b/docs/quick-reference.md index afb8400..930410f 100644 --- a/docs/quick-reference.md +++ b/docs/quick-reference.md @@ -350,7 +350,8 @@ deploy: ### Minimal setup ```bash -# 1. Clone and configure (replace with your repo URL if forked) +# 1. Clone and configure +# Note: Replace 'kelinfoxy' with your username if you forked this repository git clone https://github.com/kelinfoxy/AI-Homelab.git cd AI-Homelab cp .env.example .env