From 9d1d0e247d289a058c882eb986b96ff6ff5cec68 Mon Sep 17 00:00:00 2001 From: Facinorous <63425706+Facinorous-420@users.noreply.github.com> Date: Fri, 6 Nov 2020 08:07:02 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e59d9e..799d858 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,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**
+These scripts are meant for mirroring using HTTP not SSH. I'll add an option to pick between the two in the future. +
+ 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.