Skip to content

Commit 67fdd87

Browse files
authored
Update README.md
1 parent a95b1d2 commit 67fdd87

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# gigantic.monitor
22
Docker image that installs the game, checks for updates, and notifies another service when the game files have changed.
3+
4+
Uses steamcmd cli tool for downloading and updating the game via steam, with a command like the following
5+
`./steamcmd.sh +@sSteamCmdForcePlatformType windows +login user pass +force_install_dir ./gigantic +app_update 327690`
6+
7+
Unfortunately the command must have a valid user account to log in as, even if it's a dummy account, this command works under OSX and linux as well as long as the force platform flag is there.
8+
9+
The command will run as a cron job every 10(?) minutes while at the same time incrond will handle notifying us of any file changes.

0 commit comments

Comments
 (0)