Skip to content

Commit 9732cdb

Browse files
committed
docs: installation steps
1 parent 2567751 commit 9732cdb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,19 @@ git clone --recursive git@github.com:<το username σας>/python-docs-el.git
4747
cd python-docs-el/
4848
```
4949

50-
4. Προσθέστε το επίσημο repository ως upstream:
50+
4. Aρχικοποιήσετε το περιεχόμενο των υπο-ενοτήτων (submodules) για να κατέβουν τα απαραίτητα αρχεία.
51+
52+
```bash
53+
git submodule update --init --recursive
54+
```
55+
56+
5. Προσθέστε το επίσημο repository ως upstream:
5157

5258
```bash
5359
git remote add upstream git@github.com:python/python-docs-el.git
5460
```
5561

56-
5. Προσθέστε το κατάλληλο URL για το upstream repository σας:
62+
6. Προσθέστε το κατάλληλο URL για το upstream repository σας:
5763

5864
```bash
5965
git remote set-url --push upstream git@github.com:<your-username>/cpython.git

0 commit comments

Comments
 (0)