Document prerequisites installation
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 11 Sep 2021 20:42:42 +0000 (22:42 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 11 Sep 2021 20:42:42 +0000 (22:42 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
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.