Clarify repository URL for forked versions
Co-authored-by: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com>
This commit is contained in:
@@ -28,6 +28,7 @@ This repository provides a structured approach to managing a homelab infrastruct
|
|||||||
|
|
||||||
1. **Clone the repository:**
|
1. **Clone the repository:**
|
||||||
```bash
|
```bash
|
||||||
|
# Note: Replace 'kelinfoxy' with your username if you forked this repository
|
||||||
git clone https://github.com/kelinfoxy/AI-Homelab.git
|
git clone https://github.com/kelinfoxy/AI-Homelab.git
|
||||||
cd AI-Homelab
|
cd AI-Homelab
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ docker run --rm hello-world
|
|||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
|
# Note: Replace 'kelinfoxy' with your username if you forked this repository
|
||||||
git clone https://github.com/kelinfoxy/AI-Homelab.git
|
git clone https://github.com/kelinfoxy/AI-Homelab.git
|
||||||
|
|
||||||
# Enter the directory
|
# Enter the directory
|
||||||
@@ -297,6 +298,7 @@ docker compose -f docker-compose/development.yml ps
|
|||||||
3. **Clone your repository in VS Code:**
|
3. **Clone your repository in VS Code:**
|
||||||
```bash
|
```bash
|
||||||
# On your local machine
|
# On your local machine
|
||||||
|
# Note: Replace 'kelinfoxy' with your username if you forked this repository
|
||||||
git clone https://github.com/kelinfoxy/AI-Homelab.git
|
git clone https://github.com/kelinfoxy/AI-Homelab.git
|
||||||
cd AI-Homelab
|
cd AI-Homelab
|
||||||
code .
|
code .
|
||||||
|
|||||||
@@ -350,7 +350,8 @@ deploy:
|
|||||||
|
|
||||||
### Minimal setup
|
### Minimal setup
|
||||||
```bash
|
```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
|
git clone https://github.com/kelinfoxy/AI-Homelab.git
|
||||||
cd AI-Homelab
|
cd AI-Homelab
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
|
|||||||
Reference in New Issue
Block a user