1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

steamcmd: add page (#5922)

This commit is contained in:
Seth 2021-05-10 15:38:01 +02:00 committed by GitHub
parent abfc6f29df
commit 6e8b09845f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/steamcmd.md Normal file
View file

@ -0,0 +1,16 @@
# 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`