michaelwechner
commited on
Commit
·
435affe
1
Parent(s):
a16ade2
clone instruction improved
Browse files- kg_builder/README.md +3 -3
kg_builder/README.md
CHANGED
@@ -18,8 +18,8 @@ This project builds and queries knowledge graphs from Wikipedia articles using t
|
|
18 |
## Installation
|
19 |
1. **Clone the repository**:
|
20 |
```bash
|
21 |
-
git clone
|
22 |
-
cd
|
23 |
```
|
24 |
2. **Set up a Python virtual environment (optional):**
|
25 |
```bash
|
@@ -51,4 +51,4 @@ Contributions are welcome! To contribute:
|
|
51 |
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
52 |
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
53 |
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
54 |
-
5. Open a Pull Request
|
|
|
18 |
## Installation
|
19 |
1. **Clone the repository**:
|
20 |
```bash
|
21 |
+
git clone git@hf.co:Master-Thesis-Prakhar/GraphRAG
|
22 |
+
cd GraphRAG
|
23 |
```
|
24 |
2. **Set up a Python virtual environment (optional):**
|
25 |
```bash
|
|
|
51 |
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
52 |
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
53 |
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
54 |
+
5. Open a Pull Request
|