From 6e8b09845f8f6da7a91d7b0552d3012f108bd19e Mon Sep 17 00:00:00 2001 From: Seth Date: Mon, 10 May 2021 15:38:01 +0200 Subject: [PATCH] steamcmd: add page (#5922) --- pages/common/steamcmd.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/steamcmd.md diff --git a/pages/common/steamcmd.md b/pages/common/steamcmd.md new file mode 100644 index 0000000000..c360012745 --- /dev/null +++ b/pages/common/steamcmd.md @@ -0,0 +1,16 @@ +# steamcmd + +> A command-line version of the Steam client. +> More information: . + +- 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`