From ddfac586e54b952bc612f1241e4ec8cc04e4e18a Mon Sep 17 00:00:00 2001 From: turrrbina <147263744+turrrbina@users.noreply.github.com> Date: Sun, 12 Apr 2026 14:46:46 +0200 Subject: [PATCH] Add launcher update instructions to getting started Added instructions for updating the launcher in the getting started guide. --- docs/en/game/getting-started.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index c838127..2823376 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -139,6 +139,15 @@ Note that this assumes you put the launcher's binary you compiled earlier into ` This can be done for example by adding the [Linux-port of the Windows Segoe-UI emoji font](https://github.com/mrbvrz/segoe-ui-linux) +### **2d. Updating the Launcher** + +If you already build the launcher and want to update it, enter the BeamMP-Launcher folder where the build process happened and run these: +```bash +git fetch --tags +git checkout 2.x.x +``` + + --- ## **3. Using BeamMP**