diff --git a/README.md b/README.md index 9789721..71465c4 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,6 @@ customization options. ## Contributing Make sure you have done `npm install` to get all dependencies and used -`ncc build index.js` before committing and opening a PR. +`ncc build index.js` before committing and opening a PR. On Ubuntu you might +need to `export NODE_OPTIONS=--openssl-legacy-provider` before the `ncc build` +step.