From 4f54a742c22d5b8e6027426763156f7308483446 Mon Sep 17 00:00:00 2001 From: Pegerto Fernandez Date: Thu, 13 Jun 2024 10:00:23 +0100 Subject: [PATCH] small readme commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc70eb7..39ee600 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,11 @@ make ARCH=MACOSXX86_64 sudo make install ``` +For M1 and M2, use the MACOSXARM64 architecture: +``` +ARCH=MACOSXARM64 make +``` + #### Using conda There's also a conda package of fpocket available thanks to Simon Bray. You can install fpocket using conda with: