Updated as review requested

This commit is contained in:
alex.ita 2023-12-16 17:16:38 +01:00
parent 36791eef49
commit d4c0c2a4ea

View File

@ -62,7 +62,7 @@ dateCreated: 2020-06-17T21:05:01.162Z
<h2>3.b. Installation on Linux</h2>
<p>Skip this if you did “Installation on Windows”.</p>
<h3>Using our build (recommended)</h3>
<p>This step will work on Debian, Ubuntu, and similar Debian-derivatives on x86_64. If you're on a different distribution or architecture, refer to the "Building from source” step below.</p>
<p>This step will work on all distributions we provide binaries for <a href="https://github.com/BeamMP/BeamMP-Server/releases/latest">here</a>. If you're on a different distribution or architecture, refer to the "Building from source” step below.</p>
<ol>
<li>Ensure you have the dependencies installed which are listed <a href="https://github.com/BeamMP/BeamMP-Server#runtime-dependencies">here</a>.</li>
<li>Go to <a href="https://beammp.com/">BeamMP.com</a> and click the “Download Server” button, you will be redirected to the server's Github release page.</li>
@ -75,7 +75,7 @@ dateCreated: 2020-06-17T21:05:01.162Z
<p>Now proceed to the next step.</p>
<p>&nbsp;</p>
<h3>Building from source</h3>
<p>BeamMP-Server for Linux can be officially built on both Debian, Ubuntu, other Debian-derivatives, and ArchLinux. Other distributions are likely to work, too, but aren't officially supported. If you want to build it yourself you can do it by downloading the source on our <a href="https://github.com/BeamMP/BeamMP-Server">GitHub</a>, a tutorial can be found <a href="https://github.com/BeamMP/BeamMP-Server#build-instructions">here</a>.</p>
<p>BeamMP-Server for Linux can be officially built on Debian, Ubuntu, other Debian-derivatives, and ArchLinux. Other distributions are likely to work, too, but aren't officially supported. If you want to build it yourself you can do it by downloading the source on our <a href="https://github.com/BeamMP/BeamMP-Server">GitHub</a>, a tutorial can be found <a href="https://github.com/BeamMP/BeamMP-Server#build-instructions">here</a>.</p>
<p>At the end, make sure to run your server once with <code>./BeamMP-Server</code> and then proceed to the next step.</p>
<p>&nbsp;</p>
<h2>4. Configuration</h2>