diff --git a/README.md b/README.md index e2adfade8..5af10235b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ Pre-requisites: * Android SDK * To run command line tools, you'll need to configure Java: see [our how-to guide](https://github.com/mozilla-mobile/shared-docs/blob/master/android/configure_java.md). +> [!NOTE] +> If you're building using Apple Silicon you will also need to install Rosetta +> ```shell +> softwareupdate --install-rosetta +> ``` + 1. Clone or Download the repository: ```shell