From 0c1075c089b7bc469df1b18768cb0c0f83178916 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 20 Feb 2021 15:43:48 +0000 Subject: [PATCH] Docs: local compilation requires --build-from-source flag --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 15d7afb7..0853a4ad 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,7 +27,7 @@ Please select the `master` branch as the destination for your Pull Request so yo Please squash your changes into a single commit using a command like `git rebase -i upstream/master`. -To test C++ changes, you can compile the module using `npm install` and then run the tests using `npm test`. +To test C++ changes, you can compile the module using `npm install --build-from-source` and then run the tests using `npm test`. ## Submit a Pull Request with a new feature