Nick French commited on
Commit
4fb6a2e
·
unverified ·
1 Parent(s): 2a71867

Replacing ParisNeo with this repo owner, HKUDS

Browse files
Files changed (1) hide show
  1. 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/ParisNeo/LightRAG.git
18
  cd LightRAG
19
  ```
20
  ```powershell
21
  # Windows PowerShell
22
- git clone https://github.com/ParisNeo/LightRAG.git
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