docs: update README

This commit is contained in:
Samuel Attard
2020-11-13 14:30:01 -08:00
parent 19edbb0a3f
commit 46a3b7e94d

View File

@@ -30,3 +30,7 @@ because it contains two apps in one.
The way `@electron/universal` works today means you don't need to worry about
things like building universal versions of your native modules. As long as
your x64 and arm64 apps work in isolation the Universal app will work as well.
#### How do I build my app for Apple silicon in the first place?
Check out the [Electron Apple silicon blog post](https://www.electronjs.org/blog/apple-silicon)