Clarify repository URL for forked versions
Co-authored-by: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com>
This commit is contained in:
@@ -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 .
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user