diff --git a/README.md b/README.md index 28aa00a..094c57e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Steam game automation, by detecting and running specific Steam games, allows you to appear as if you are unemployed, rarely touching the grass, or perhaps looking busy. Without having to worry about automatically logging out on your current device. -Required env variables: +Required `.env` variables: ``` STEAM_RUNGAMEID= @@ -15,5 +15,5 @@ crontab -e ``` ```shell -*/30 * * * * bash /path/to/your/run.sh +*/30 * * * * /bin/bash -c 'set -a; source $HOME/autorun-steam-game/.env; set +a; exec $HOME/autorun-steam-game/run.sh' >> $HOME/autorun-steam-game/out.log 2>&1 ``` \ No newline at end of file