mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 17:51:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user