From fbd64d757dbffb18ccb3e1b78cfefeeb6c782f07 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Dec 2021 09:26:44 +0100 Subject: [PATCH] Improve doc wording --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index dbd763414..40d171347 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -36,9 +36,9 @@ The easiest way to install and run Freqtrade is to clone the bot Github reposito These requirements apply to both [Script Installation](#script-installation) and [Manual Installation](#manual-installation). -!!! Note +!!! Note "ARM64 systems" If you are running an ARM64 system (like a MacOS M1 or an Oracle VM), please use [docker](docker_quickstart.md) to run freqtrade. - While native installation is possible, this is not supported at the moment. + While native installation is possible with some manual effort, this is not supported at the moment. ### Install guide