Merge pull request #3 from qwertzipups/patch-1

Update README.md
This commit is contained in:
Gervasio Marchand 2022-12-15 13:07:43 -08:00 committed by GitHub
commit 241f20632b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ Bringing in https://dotnet.social/users/mzikmund/statuses/109458968117245196
I'm running it as a cron every 15 minutes, doing something like this:
```
1,16,31,46 * * * * /usr/local/bin/docker-compose -f /path/to/GetMoarFediverse/docker-compose.yml run --rm import > /path/to/GetMoarFediverse/cron.log 2>&1
1,16,31,46 * * * * /usr/local/bin/docker-compose -f /path/to/GetMoarFediverse/docker-compose.yml run --rm importdata > /path/to/GetMoarFediverse/cron.log 2>&1
```
### What about Windows?