Add launcher update instructions to getting started

Added instructions for updating the launcher in the getting started guide.
This commit is contained in:
turrrbina
2026-04-12 14:46:46 +02:00
committed by GitHub
parent 4682044666
commit ddfac586e5

View File

@@ -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) 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** ## **3. Using BeamMP**