mirror of
https://github.com/BeamMP/Docs.git
synced 2026-05-19 08:10:50 +00:00
Added 'export VCPKG_ROOT' to update part
I didnt think of this, the exports are gone after an initial build and the user runs into problems when updating. I didnt put in the "export PATH=$VCPKG_ROOT:$PATH" because imho its not necessary
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:
|
If you already built the launcher and want to update it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
export VCPKG_ROOT="$(pwd)/vcpkg"
|
||||||
cd BeamMP-Launcher
|
cd BeamMP-Launcher
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user