From 0a65d9c38aa90b04d682cf3d99fb59c05690d54a Mon Sep 17 00:00:00 2001 From: Thomas Museus Dabay <41303137+thomas-m-d@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:42:35 -0500 Subject: [PATCH] steam: add page (#5736) --- pages/common/steam.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/steam.md diff --git a/pages/common/steam.md b/pages/common/steam.md new file mode 100644 index 0000000000..e2efa2eeba --- /dev/null +++ b/pages/common/steam.md @@ -0,0 +1,24 @@ +# steam + +> Video game platform by Valve. +> More information: . + +- Launch Steam, printing debug messages to stdout: + +`steam` + +- Launch Steam and enable its in-app debug console tab: + +`steam -console` + +- Log into Steam with the specified credentials: + +`steam -login {{username}} {{password}}` + +- Launch Steam in Big Picture Mode: + +`steam -tenfoot` + +- Exit Steam: + +`steam -shutdown`