diff --git a/README.md b/README.md index 735004e..28aa00a 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,14 @@ Required env variables: STEAM_RUNGAMEID= STEAM_KEY= STEAM_USERID64=<> +``` + +Run it with cron job + +```shell +crontab -e +``` + +```shell +*/30 * * * * bash /path/to/your/run.sh ``` \ No newline at end of file