mirror of
https://github.com/BeamMP/Docs.git
synced 2026-06-18 14:50:54 +00:00
Update getting-started.md
This commit is contained in:
@@ -143,6 +143,7 @@ Note that this assumes you put the launcher's binary you compiled earlier into `
|
|||||||
|
|
||||||
If you already built the launcher and want to update it, enter the BeamMP-Launcher folder where the build process happened and run these:
|
If you already built the launcher and want to update it, enter the BeamMP-Launcher folder where the build process happened and run these:
|
||||||
```bash
|
```bash
|
||||||
|
cd BeamMP-Launcher
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout 2.x.x
|
git checkout 2.x.x
|
||||||
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
|
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
|
||||||
|
|||||||
Reference in New Issue
Block a user