From f3c428a8193ef2979bed00989e178c4331d97e84 Mon Sep 17 00:00:00 2001 From: "Nomi Nonsense (Nonszy)" Date: Wed, 11 Feb 2026 14:15:40 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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