diff --git a/README.md b/README.md index bcce7d5..a6c6200 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ The full syntax for the command is `./mirror -g GROUPNAME -n REPONAME -r SOURCER Where `-g` means **destination group name**, `-n` means **destination repo name**, and `-r` means **source repo location**
+The first time you run this command, it will ask you to enter the `gitmirror` details for your Gitlab instance. I'm going to try to make this as hands free as possible in the future. +
+ If you at any time want to add more groups you can mirror to, simply add them to the setup.conf file and redo the set up process. # Updating diff --git a/setup.conf b/setup.conf index a6f3379..a74296f 100644 --- a/setup.conf +++ b/setup.conf @@ -3,7 +3,7 @@ #################### # Your gitlab information -gitlabURL=https://gitmirror:gitmirrorpssword@git.example.com +gitlabURL=https://git.example.com gitlabUser=gitmirror gitlabToken=REPLACE_ME_WITH_GITLAB_PRIVATE_TOKEN_OF_MIRROR_ACCOUNT