update README

This commit is contained in:
Rokin 2022-02-14 13:42:30 +01:00
parent 3a5c2fb90d
commit fa13a99f31
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ If a Github repo already exists with the same name as a Gitea repo but with diff
```shell ```shell
apk add bash jq curl grep apk add bash jq curl grep
wget "https://git.rokin.in/Rokin/gitea2github/raw/branch/master/g2g.sh" 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 cp -f g2g.sh /usr/bin/g2g
chown root:root /usr/bin/g2g chown root:root /usr/bin/g2g
chmod 755 /usr/bin/g2g chmod 755 /usr/bin/g2g