diff --git a/README.md b/README.md index b08651e..78f854a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ Version >=21.6.0 is currently not working correctly. 3. Nagivate to the fm-dx-webserver folder in your terminal and run this command: + In case you haven't installed node-pre-gyp yet: + ```bash + npm install -g node-pre-gyp + ``` + + Afterwards: ```bash npm install ```