Document prerequisites installation
[e-mobility-charging-stations-simulator.git] / README.md
index 95c44eb900e7c083796f4e8e581819e3b9e79208..9dce3f0adb22ea576316427f32dfaaf2d6cc50f7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,24 @@
 
 Simple [node.js](https://nodejs.org/) program to simulate a set of charging stations based on the OCPP-J 1.6 protocol.
 
+## Prerequisites
+
+### Windows
+
+* [Chocolatey](https://chocolatey.org/):
+
+```powershell
+choco install -y nodejs-lts
+```
+
+### MacOSX
+
+* [Homebrew](https://brew.sh/):
+
+```shell
+brew install node@14
+```
+
 ## Configuration syntax
 
 All configuration files are in the JSON standard format.