From bdaf13605fdacd86adf4b9e5a083f123108306d7 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Tue, 10 Jun 2025 21:48:18 -0400
Subject: [PATCH] Update README.md: Apple silicon only
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 74292ab..fc0b24c 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,8 @@ brew tap Picocrypt/picocrypt
brew install picocrypt --no-quarantine
```
+Note: the macOS app is built for Apple silicon only. If you're still on Intel, you can build from source.
+
## Linux
To use Picocrypt on Linux, you can download the raw binary here (you may need to install the packages below). Alternatively, you can try the .deb, Flatpak, run Picocrypt through Wine, or compile from source using the instructions in the `src/` directory.
```