This commit is contained in:
Varun 2020-10-25 07:03:18 +05:30
parent b3448b9116
commit 80e71429b4
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -57,7 +57,7 @@ Or you can download the source code and install it where ever you need
## Cron Setup
1. Run `crontab -e`
2. `mkdir $HOME/mirrorLogs -p`
3. `/usr/bin/python3 $HOME/github-to-gitea-mirror/mirror.py > $HOME/mirrorLogs/`date +\%Y-\%m-\%d-\%H-\%M-\%S`.log 2>&1`
3. `/usr/bin/python3 $HOME/github-to-gitea-mirror/mirror.py > $HOME/mirrorLogs/date +\%Y-\%m-\%d-\%H-\%M-\%S`.log 2>&1`
---