Skip to content

Commit 2e97257

Browse files
committed
docs(prebuilds): prebuild instructions for the M1 processor
1 parent 1d253d6 commit 2e97257

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prebuilds/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ npx prebuildify --arch x64 --platform darwin --target 14.15.4
1212
npx prebuildify --arch x64 --platform darwin --target 16.13.1
1313
```
1414

15+
Prebuilds for Mac OS X with the M1 processor:
16+
```bash
17+
npx prebuildify --arch arm64 --platform darwin --target 16.13.1
18+
```
19+
1520
Create prebuilds for Windows 10:
1621

1722
```bash

0 commit comments

Comments
 (0)