From 381f2b02f5d87b2d4373471b73d24c347622646f Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:50:48 +0100 Subject: [PATCH] Add a paragraph about which release should be downloaded --- README.md | 2 +- docs/getting_started_installation.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c9627c5..af2f8fdc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The main goal of OpenMoHAA is to ensure the future and continuity of **Medal of ## Getting started -- [Installing OpenMoHAA](docs/getting_started_installation.md) +- [Downloading and installing OpenMoHAA](docs/getting_started_installation.md) - [Running OpenMoHAA and using expansion assets](docs/getting_started_running.md) - [Dedicated server configuration](docs/configuration/server.md) diff --git a/docs/getting_started_installation.md b/docs/getting_started_installation.md index 04f4b382..2a45f8a4 100644 --- a/docs/getting_started_installation.md +++ b/docs/getting_started_installation.md @@ -1,6 +1,15 @@ # Installation -Ensure that you download the binaries compatible with your platform in the release section. +Ensure that you download the binaries compatible with your platform in the [releases](https://github.com/openmoh/openmohaa/releases) section. + +## Which release should be downloaded? + +- If running Windows on AMD/Intel, CPU then `*-windows-x64.zip` is recommended +- If running Windows on Qualcomm/Snapdragon (ARM-based) CPU, then `*-windows-arm64.zip` is the way to go +- If running MacOS on Apple Silicon hardware, choose `*-macos-arm64.zip` +- If running MacOS on AMD/Intel CPU, choose `*-macos-arm64.zip` +- If running Linux on AMD/Intel CPU, then `*-linux-amd64` is generally fine. Choose the i686 version for CPUs that don't support 64-bit instructions. +- If running Linux on a Raspberry Pi 4 or 5, then `*-linux-arm64` (if running ARM64) is the way to go ## Requirements