From 202a2e14ae6c7ee410bb9f403e8d2cbe1524d34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 13 Mar 2026 19:22:36 +0100 Subject: [PATCH] doc: update install for macos --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 865f3a424..7512846b1 100644 --- a/INSTALL +++ b/INSTALL @@ -13,11 +13,11 @@ If you do not have access to the online version, follow the following recipies. * MacOS/arm64 (Apple M) -The process is similar to a typical UNIX, but ~make~ must be preceeded with the -architecture specification: +The process is similar to a typical UNIX, but ~configure~ and ~make~ must be +preceeded with the architecture specification: #+begin_src sh - ./configure + arch -arm64 ./configure arch -arm64 make make install #+end_src