Spaces:
Sleeping
Sleeping
NeonCharlie-24 charliebailey24 commited on
Docs/update readme repo URL (#14)
Browse files* docs: updated README quick start instructions with correct repo URL
* docs: updated repo URL for local installation as well.
---------
Co-authored-by: charliebailey24 <charliebailey24@gmail.com>
README.md
CHANGED
|
@@ -36,8 +36,8 @@ An AI-powered academic guidance system that provides personalized advice through
|
|
| 36 |
### Instructions
|
| 37 |
1. **Clone the repository**
|
| 38 |
```bash
|
| 39 |
-
git clone https://github.com/
|
| 40 |
-
cd
|
| 41 |
```
|
| 42 |
|
| 43 |
1. **Configure via `.env` file**
|
|
@@ -70,8 +70,8 @@ docker compose up -d
|
|
| 70 |
### Step 1: Clone the Repository
|
| 71 |
|
| 72 |
```bash
|
| 73 |
-
git clone https://github.com/
|
| 74 |
-
cd
|
| 75 |
```
|
| 76 |
|
| 77 |
### Step 2: MongoDB Setup
|
|
|
|
| 36 |
### Instructions
|
| 37 |
1. **Clone the repository**
|
| 38 |
```bash
|
| 39 |
+
git clone https://github.com/NeonGeckoCom/CCAI-Demo.git
|
| 40 |
+
cd CCAI-Demo
|
| 41 |
```
|
| 42 |
|
| 43 |
1. **Configure via `.env` file**
|
|
|
|
| 70 |
### Step 1: Clone the Repository
|
| 71 |
|
| 72 |
```bash
|
| 73 |
+
git clone https://github.com/NeonGeckoCom/CCAI-Demo.git
|
| 74 |
+
cd CCAI-Demo
|
| 75 |
```
|
| 76 |
|
| 77 |
### Step 2: MongoDB Setup
|