diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index a28cb845..14367ee6 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -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: ```bash +export VCPKG_ROOT="$(pwd)/vcpkg" cd BeamMP-Launcher git fetch --tags ```