Update getting-started.md with build instructions

forgot the backticks
This commit is contained in:
turrrbina
2026-04-18 22:24:39 +02:00
committed by GitHub
parent 93b14f3f27
commit 00f04eb9cd

View File

@@ -148,6 +148,7 @@ cd BeamMP-Launcher
git fetch --tags
```
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/