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