We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cb128 commit 884cf49Copy full SHA for 884cf49
1 file changed
CONTRIBUTING.md
@@ -46,10 +46,10 @@ cd python-docs-gr/
46
git remote add upstream git@github.com:pygreece/python-docs-gr.git
47
```
48
49
-5. Και προσθέστε το προσωπικό σας repository ώστε να γίνονται push οι αλλάγες:
+5. Και πληκτρολογήστε την παρακάτω εντολή για το submodule του repository σας:
50
51
```bash
52
-git remote set-url --push upstream git@github.com:<your-username>/python-docs-gr.git
+git remote set-url --push upstream git@github.com:<your-username>/cpython.git
53
54
55
6. [Προαιρετικό βήμα] Δημιουργείστε ένα virtual environment και κάντε activate:
0 commit comments