Add a paragraph about which release should be downloaded

This commit is contained in:
smallmodel 2024-11-05 22:50:48 +01:00
parent f347102ecb
commit 381f2b02f5
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
2 changed files with 11 additions and 2 deletions

View file

@ -14,7 +14,7 @@ The main goal of OpenMoHAA is to ensure the future and continuity of **Medal of
## Getting started ## 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) - [Running OpenMoHAA and using expansion assets](docs/getting_started_running.md)
- [Dedicated server configuration](docs/configuration/server.md) - [Dedicated server configuration](docs/configuration/server.md)

View file

@ -1,6 +1,15 @@
# Installation # 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 ## Requirements