Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-03 00:20:54 +00:00
parent 922b1aa234
commit 848b78740c
27 changed files with 237 additions and 33 deletions

View File

@@ -16,10 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
`steamcmd +login {{username}} +app_update {{appid}} +quit`
- Define a custom install location:
`steamcmd +force_install_dir {{path/to/directory}} +login {{anonymous}} +app_update {{appid}} validate +quit`
- Install an application for a specific platform:
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit`
- Run a script file:
`steamcmd +runscript {{script.txt}}`
- Clear cached login credentials for a user:
`steamcmd +login {{username}} +logout +quit`