From 2a683e09f3b7d13a929b28c87e9a433aa0cb6aee Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Tue, 7 Jun 2022 21:46:47 +0300 Subject: [PATCH] update README.md file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 44d31ab..0eceeb9 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,10 @@ python3 github_mirror.py [-h] [-g GROUP] (-u URLS [URLS ...] | -f FILE) -t TOKEN python3 github_mirror.py -f github_mirrors.txt -u "https://github.com/s3rius/FastAPI-template.git" -t "gtb-QwertY125kde" python3 github_mirror.py --giturl "https://gitea.company.ru" -t "gtb-QwertY1245kde" -u "https://github.com/Balshgit/sonar-scanner.git" -g "Personal" -T "ghb-Qwerty321ldf" + + +## Create Bin + +```bash +pyinstaller github_mirror.py -F +``` \ No newline at end of file