From 61a4ad5628bb3397e05464af4a5a452e1353a7bc Mon Sep 17 00:00:00 2001 From: Dudekahedron <49531350+StanleyDudek@users.noreply.github.com> Date: Sat, 18 Apr 2026 10:56:44 -0700 Subject: [PATCH] Update getting-started.md correct order of operations for building launcher on Linux --- docs/en/game/getting-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index c838127..ddd795f 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -67,11 +67,10 @@ Clone the BeamMP-Launcher Repository to your system using `git`, for example: `git clone https://github.com/BeamMP/BeamMP-Launcher.git` [Additional information about cloning a GitHub Repo](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) -Checkout the tag that was used for the [latest release](https://github.com/BeamMP/BeamMP-Launcher/releases/latest). For example, if `v2.6.4` is used in the latest release, then do `git checkout v2.6.4` - - If you've used the example clone command we provided, you can use `cd BeamMP-Launcher` to go to the project's root directory. +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` + In the root directory of the project, 1.