diff --git a/README.md b/README.md index 363244a840fec7d1aae13bd5deefaa1723aae54b..5319eacebade32728c33134a5cac46bdd3243e55 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,10 @@ Smart and simple exchange managed by git issue tracking system. | --- | --- | | Offer | offer goods and services | | Need | demand goods and services | + + +#### crontab ( for auto update ) +~~~ +22 2 * * * gitlab-runner cd /home/gitlab-runner/projects/p2p.faircoin.co && python3 ./price_update.py +*/2 * * * * gitlab-runner cd /home/gitlab-runner/projects/p2p.faircoin.co && python3 ./git_import.py +~~~