From 034fa3f205a22644fce4692d948ee6cca13cba52 Mon Sep 17 00:00:00 2001
From: kazix <tmakzmierczak@man.poznan.pl>
Date: Mon, 3 Apr 2023 12:41:08 +0200
Subject: [PATCH] add configuration info to README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 26e8dba..9178af8 100644
--- a/README.md
+++ b/README.md
@@ -52,3 +52,9 @@ the most important is **license_file**, which can have three values:
 - **404 File Not Found** - not found LICENSE in the Repository
 - **No created repository** - the project has no Repository created, no LICENSE file
 
+## Export / import Users
+
+- get-users.py - export users from Gitlab Instance to file ultimate_users.json
+- put-users.py - import users from file ultimate_users.json to Gitlab CE
+- delete_users.py - USE WITH CAUTION, delete users from Gitlab Instance (names from ultimae_users.json)
+
-- 
GitLab