Clarify repository URL for forked versions

Co-authored-by: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-11 22:57:40 +00:00
parent 65a77d1138
commit 9b466145c3
3 changed files with 5 additions and 1 deletions

View File

@@ -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
```

View File

@@ -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 .

View File

@@ -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