diff --git a/README.md b/README.md index 4d03d23..5644257 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,17 @@ Then: ``` brew install pkgconfig ``` + + * Docker: to run `node-gyp` properly is required `build-essential` in Devian distros or `Development Tools` in CentOS + + + sudo apt-get install build-essential + + or + + sudo yum groupinstall "Development Tools" + +