mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Add a paragraph about which release should be downloaded
This commit is contained in:
parent
f347102ecb
commit
381f2b02f5
2 changed files with 11 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue