From 86e4b9241da47855fc3771e6e87912989ad866d8 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 28 Oct 2018 11:33:34 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 +```