From 297019b452570b4220956b5cd73cbe33e238d209 Mon Sep 17 00:00:00 2001 From: Achraf Maghous Date: Thu, 13 Feb 2025 13:56:13 +0100 Subject: [PATCH] chore: add hyperlink for UTM virtualization tool in documentation Added a hyperlink for the UTM virtualization tool as a workaround for running the run_macaron.sh script on aarch64 architecture. This commit fixes #976 Signed-off-by: Achraf Maghous --- docs/source/pages/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pages/installation.rst b/docs/source/pages/installation.rst index e5231c162..74b12fa19 100644 --- a/docs/source/pages/installation.rst +++ b/docs/source/pages/installation.rst @@ -15,7 +15,7 @@ Prerequisites - Macaron has been tested with ``bash 5.1.16(1)-release``. - Docker (or docker equivalent for your host OS) must be installed, with a docker command line equivalent to Docker 17.06 (Oracle Container Runtime 19.03) and the user should be a member of the operating system group ``docker`` (to run Docker in `rootless mode `_). -- We only support ``amd64`` / ``x86_64`` platforms at the moment. +- We only support ``amd64`` / ``x86_64`` platforms at the moment. As for ``aarch64`` we suggest using `UTM `_ in emulator mode coupled with a ``x86_64`` VM. .. _download-macaron: