Nick French
commited on
Replacing ParisNeo with this repo owner, HKUDS
Browse files- docs/DockerDeployment.md +2 -2
docs/DockerDeployment.md
CHANGED
|
@@ -14,12 +14,12 @@ A lightweight Knowledge Graph Retrieval-Augmented Generation system with multipl
|
|
| 14 |
1. Clone the repository:
|
| 15 |
```bash
|
| 16 |
# Linux/MacOS
|
| 17 |
-
git clone https://github.com/
|
| 18 |
cd LightRAG
|
| 19 |
```
|
| 20 |
```powershell
|
| 21 |
# Windows PowerShell
|
| 22 |
-
git clone https://github.com/
|
| 23 |
cd LightRAG
|
| 24 |
```
|
| 25 |
|
|
|
|
| 14 |
1. Clone the repository:
|
| 15 |
```bash
|
| 16 |
# Linux/MacOS
|
| 17 |
+
git clone https://github.com/HKUDS/LightRAG.git
|
| 18 |
cd LightRAG
|
| 19 |
```
|
| 20 |
```powershell
|
| 21 |
# Windows PowerShell
|
| 22 |
+
git clone https://github.com/HKUDS/LightRAG.git
|
| 23 |
cd LightRAG
|
| 24 |
```
|
| 25 |
|