From 2bee3a5484bd4b545cdecd3030357012e94aeb98 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Tue, 22 Oct 2019 21:10:54 +0800 Subject: [PATCH] Update branch parameter --- steamcmd/branch.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/steamcmd/branch.md b/steamcmd/branch.md index 90cda1c1..0bdf20b1 100644 --- a/steamcmd/branch.md +++ b/steamcmd/branch.md @@ -16,13 +16,11 @@ A list of all available branches for a game server are listed on SteamDB under t ## Select a Branch -In LinuxGSM is it possible to specify a branch by entering the `branch` setting in the [LinuxGSM Config](../configuration/linuxgsm-config.md). To correctly enter a branch enter `-beta `. - -If the branch is password protected enter `-beta -betapassword ` . +In LinuxGSM is it possible to specify a branch by entering the `branch` setting in the [LinuxGSM Config](../configuration/linuxgsm-config.md). ```text # Steam App Branch Select -# Example: "-beta latest_experimental" +# Example: "latest_experimental" branch="" ```