Skip to content

Commit

Permalink
Document extra installation step for M1 Mac (#2535)
Browse files Browse the repository at this point in the history
* Document extra installation step for M1 Mac

* Correct the M1 Mac vips explanation
  • Loading branch information
srmagura authored Nov 1, 2021
1 parent 2416b32 commit 01e4e0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

## Installation

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

Expand Down

0 comments on commit 01e4e0f

Please sign in to comment.