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`