From 9131b6458818b023b5d7c07a15b7289cdfbbb735 Mon Sep 17 00:00:00 2001 From: jaedle Date: Sat, 9 Mar 2019 13:49:37 +0100 Subject: [PATCH] fix documentation flaws --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46f3b0e..54cfb66 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The mirror settings are default by your gitea instance. docker container run \ -d \ --restart always \ - -e GITHUB_USER=github-user \ + -e GITHUB_USERNAME=github-user \ -e GITEA_URL=https://some-gitea.url \ -e GITEA_TOKEN=please-exchange-with-token \ jaedle/mirror-to-gitea:latest @@ -33,7 +33,7 @@ docker container run \ ### Parameters -- `GITHUB_USER` name of users which public repos should be mirrored +- `GITHUB_USERNAME` name of user or organization which public repos should be mirrored - `GITEA_URL` url of your gitea server - `GITEA_TOKEN` token for your gitea user