From fa13a99f31b7b7ee753c6aaaa232c1547dddfaa5 Mon Sep 17 00:00:00 2001 From: Rokin Date: Mon, 14 Feb 2022 13:42:30 +0100 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 696fe3b..e841be2 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ If a Github repo already exists with the same name as a Gitea repo but with diff ```shell apk add bash jq curl grep 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 chown root:root /usr/bin/g2g chmod 755 /usr/bin/g2g