doc: update install for macos

This commit is contained in:
Daniel Kochmański 2026-03-13 19:22:36 +01:00
parent 109aa3d265
commit 202a2e14ae

View file

@ -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