Update README.md

This commit is contained in:
2026-02-11 14:15:40 +08:00
parent b3ac546f91
commit f3c428a819

View File

@@ -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. 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=<game-u-wanna-run> STEAM_RUNGAMEID=<game-u-wanna-run>
@@ -15,5 +15,5 @@ crontab -e
``` ```
```shell ```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
``` ```