From: Jérôme Benoit Date: Sat, 11 Sep 2021 20:42:42 +0000 (+0200) Subject: Document prerequisites installation X-Git-Tag: v1.0.56~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=696ce53a5aaeded37efd4751fcda08c6d161092a;p=e-mobility-charging-stations-simulator.git Document prerequisites installation Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 95c44eb9..9dce3f0a 100644 --- 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.