mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:42:07 +02:00
16 lines
510 B
Markdown
16 lines
510 B
Markdown
# steamcmd
|
|
|
|
> A command-line version of the Steam client.
|
|
> More information: <https://manned.org/steamcmd>.
|
|
|
|
- Install or update an application anonymously:
|
|
|
|
`steamcmd +login {{anonymous}} +app_update {{appid}} +quit`
|
|
|
|
- Install or update an application using the specified credentials:
|
|
|
|
`steamcmd +login {{username}} +app_update {{appid}} +quit`
|
|
|
|
- Install an application for a specific platform:
|
|
|
|
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit`
|