1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

Update README.md

This commit is contained in:
Marek Farkaš
2024-01-27 15:17:45 +01:00
committed by GitHub
parent e5dfae15c2
commit f04f471c8f

View File

@@ -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
```