diff --git a/README.md b/README.md index e69de29..9213eea 100644 --- a/README.md +++ b/README.md @@ -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 +```