From 5a5ccd133fad762ad950039af26a0e19387ae015 Mon Sep 17 00:00:00 2001 From: Rokin Date: Fri, 20 Jan 2023 13:58:29 +0100 Subject: [PATCH] update install doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e841be2..76d7efc 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ If a Github repo already exists with the same name as a Gitea repo but with diff #### Install ```shell apk add bash jq curl grep +git config --system --add safe.directory '*' wget "https://git.rokin.in/Rokin/gitea2github/raw/branch/master/g2g.sh" # * edit the file with your infos * cp -f g2g.sh /usr/bin/g2g