From 2edf29175fb35926ab5683f10e73b2884fdcbb71 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 24 Feb 2025 12:18:46 +0100 Subject: [PATCH] docs: changed example url to gitlab.com --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```