Skip to content

Commit 01e4e0f

Browse files
authored
Document extra installation step for M1 Mac (#2535)
* Document extra installation step for M1 Mac * Correct the M1 Mac vips explanation
1 parent 2416b32 commit 01e4e0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
## Installation
77

8+
- (If using an M1 Mac) Install `vips` via Homebrew: `brew install vips`.
9+
- This step can be removed from this document if we upgrade to the latest
10+
version of Gatsby, which is compatible with sharp 0.28.0+ which does include
11+
binaries for M1 Macs.
812
- Run `yarn` in the repository's root directory to install everything you need for development.
913
- Run `yarn build` in the root directory to build the modules.
1014

0 commit comments

Comments
 (0)