From 1a69ddc90a0ddb04784584ea5d95fbc76db2372b Mon Sep 17 00:00:00 2001
From: Nicolas Aspert <nicolas.aspert@epfl.ch>
Date: Fri, 14 Feb 2025 15:20:56 +0100
Subject: [PATCH] update README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a58b10a..e82266e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Follow the below instructions to install it and create an environment for the co
 
 1. Download the Python 3.x installer for Windows, macOS, or Linux from <https://conda.io/miniconda.html> and install with default settings. For windows, it is advised to use the the Windows Subsystem for Linux (WSL) which allows you to run all Linux commands and applications within Windows. In order to use it, you need to install it first, e.g. for [Ubuntu](https://ubuntu.com/wsl) (but other Linux distributions are available as well). Once installed, open the Ubuntu WSL and proceed with Miniconda installation for Linux and create the environment.
    Skip this step if you have conda already installed.
-   * macOS: double-click on `Miniconda3-latest-MacOSX-x86_64.pkg` or run `bash Miniconda3-latest-MacOSX-x86_64.sh` in a terminal.
+   * macOS: double-click on `Miniconda3-latest-MacOSX-x86_64.pkg` or run `bash Miniconda3-latest-MacOSX-x86_64.sh` in a terminal. Use the `MacOSX-arm64` file on newer Macs with M1/M2/M3 chips.
    * Linux: run `bash Miniconda3-latest-Linux-x86_64.sh` in a terminal or use your package manager.
 1. Open a terminal.
    Windows: open the Anaconda Prompt from the Start menu.
-- 
GitLab