Skip to content

Commit 7943254

Browse files
committed
fix(readme): correct platform type casing in command examples
* Updated the casing for "Linux", "Windows", and "macOS" in the command examples for consistency and clarity.
1 parent e2ceae0 commit 7943254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Common commands / flags you can chain after the image name (order matters; see n
184184
| `+app_info_update 1` | Refresh app info cache (used before querying details) | `+app_info_update 1` |
185185
| `+workshop_download_item <appid> <itemid>` | Download a specific workshop item | `+workshop_download_item 4020 3418671232` |
186186
| `+download_depot <appid> <depotid> <manifest>` | Fetch a specific depot/manifest (version pinning) | `+download_depot 90 90 402078904020789` |
187-
| `+sSteamCmdForcePlatformType <os>` | Force platform (linux / windows / macos) for content | `+sSteamCmdForcePlatformType windows` |
187+
| `+sSteamCmdForcePlatformType <os>` | Force platform (Linux / Windows / macOS) for content | `+sSteamCmdForcePlatformType windows` |
188188
| `+runscript <file>` | Execute batch of commands from script file | `+runscript /scripts/install.txt` |
189189
| `+quit` | Exit steamcmd when previous commands complete | `+quit` |
190190

0 commit comments

Comments
 (0)