From 93b14f3f27cbd54cafa46b31dda67a169f2b50ca Mon Sep 17 00:00:00 2001 From: turrrbina <147263744+turrrbina@users.noreply.github.com> Date: Sat, 18 Apr 2026 22:22:26 +0200 Subject: [PATCH] Update getting-started.md with release checkout info Added instructions for checking out the latest release tag. --- docs/en/game/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index 7c8946e..0fbd8d7 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -146,7 +146,8 @@ If you already built the launcher and want to update it: ```bash cd BeamMP-Launcher git fetch --tags -git checkout 2.x.x +``` +Checkout the tag that was used for the [latest release](https://github.com/BeamMP/BeamMP-Launcher/releases/latest). For example, if `v2.8.0` is used in the latest release, then do `git checkout v2.8.0` cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux cmake --build bin --parallel cp bin/BeamMP-Launcher ~/beammp-launcher/