diff --git a/readme.md b/readme.md index 8bcef85..489c845 100644 --- a/readme.md +++ b/readme.md @@ -10,12 +10,12 @@ This works for bot gitlab.com and a selfhosted Gitlab instance. It only supports Usage: gogitlabber --archived=(any|excluded|only) --destination=$HOME/Documents - --gitlab-url=gitlab.example.com + --gitlab-url=gitlab.com --gitlab-token= You can also set these environment variables: GOGITLABBER_ARCHIVED=(any|excluded|only) GOGITLABBER_DESTINATION=$HOME/Documents GITLAB_API_TOKEN= - GITLAB_URL=gitlab.example.com + GITLAB_URL=gitlab.com ```