summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index bf3f0c65..c3be2eb5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -251,6 +251,16 @@ make app
cp -r target/release/osx/Alacritty.app /Applications/
```
+#### Universal Binary
+
+The following will build an executable that runs on both x86 and ARM macos
+architectures:
+
+```sh
+rustup target add x86_64-apple-darwin aarch64-apple-darwin
+make app-universal
+```
+
## Post Build
There are some extra things you might want to set up after installing Alacritty.