From 150dbbc3ee7691fa0063a394b6adb41d3294ecb4 Mon Sep 17 00:00:00 2001 From: ger3tto <119621871+ger3tto@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:40:14 +0200 Subject: [PATCH] Update server-maintenance.md --- docs/en/server/server-maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/server/server-maintenance.md b/docs/en/server/server-maintenance.md index 1bd32a64..62ef2b63 100644 --- a/docs/en/server/server-maintenance.md +++ b/docs/en/server/server-maintenance.md @@ -134,7 +134,7 @@ If you built from source, you just rebuild. Make sure to run `git submodule upda #### On Linux 1. Go to [BeamMP.com](https://beammp.com/) and click the “Download Server” button, you will be redirected to the server's Github release page. -2. Download the correct version for your distro. For sake of semplicity it will be called `BeamMP-Server-xxx` from now on, where `xxx` denotes the version for the distro you're using. +2. Download the correct version for your distro. For simplicity, it will now be called `BeamMP-Server-xxx` from now on, where `xxx` denotes the version for the distro you're using. 3. Once downloaded, you should see one file called `BeamMP-Server-xxx` depending on the version you've downloaded. We will call this one the “new executable”. 4. Go to the folder where your current `BeamMP-Server-xxx` executable is located (same folder where your `ServerConfig.toml` is, usually). We will call this one the “old executable”. 5. Replace the old executable with the new executable (for example by copying or moving the new executable into the folder).