Update README.md

This commit is contained in:
Andros Fenollosa 2018-10-28 11:33:34 +01:00 committed by GitHub
parent 333485264c
commit 86e4b9241d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# Install
``` bash
pip3 install --user requests
```
Edit
``` python
GITEA_DOMAIN = 'domaingitea.com'
GITEA_USERNAME = 'usergitea'
GITEA_PASSWORD = 'passgitea'
GITHUB_USERNAME = 'usergithub'
```
# Run
``` bash
python3 github-to-gitea.py
```