From ce21bc2694d9f85d56e922cf8760c992de101fdc Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Sat, 4 Jan 2025 00:34:55 +0100 Subject: [PATCH] Update vcpkg link --- docs/en/game/getting-started.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index f109a0ad..55a9a1ef 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -2,15 +2,13 @@ ## **Compatibility** -BeamMP is natively compatible only with Windows at the moment. -Compatibility for both Linux and MacOS is being worked on. +BeamMP is fully compatible with Windows and Linux, compatibility with MacOS is being worked on. +However, both Linux and MacOS are secondary platforms, this means bugs are to be expected. BeamMP might not work with pirated copies of the game. ## **Installation** - - ### **Windows Installation** 1. Go to [beammp.com](https://beammp.com/) and click the "Download client" button. 2. Extract the `BeamMP_Installer.zip` archive. @@ -29,7 +27,7 @@ Note: _As you are loading into a map with multiple vehicles spawned it might tak Currently you need to build the Launcher yourself. In order to do this, you need a basic understanding of how to build an application. -Make sure you have `vcpkg` installed, as well as basic development tools, often found in packages, for example: +Make sure you have [`vcpkg` installed](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-bash#1---set-up-vcpkg), as well as basic development tools, often found in packages, for example: - Debian: `sudo apt install build-essential` - Fedora: `sudo dnf groupinstall "Development Tools"`