X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=90a1853588922173e76444a6b43380c5e9131865;hb=8e34d9a5c2062c63292b91df62ec308e8030f9e3;hp=99451a43ccd8a0545c1dd95a17e2a5bc6a8ea8e5;hpb=1d495af5cbd31e339e8a34096adf137fe9b6eb9b;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 99451a43..90a18535 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Simple [node.js](https://nodejs.org/) software to simulate and scale a set of ch ## Prerequisites -Install the [node.js](https://nodejs.org/) LTS runtime environment: +Install the [node.js](https://nodejs.org/) current LTS or superior version runtime environment: ### Windows - [Chocolatey](https://chocolatey.org/): ```powershell -choco install -y nodejs-lts +choco install -y nodejs ``` ### MacOSX @@ -25,7 +25,7 @@ choco install -y nodejs-lts - [Homebrew](https://brew.sh/): ```shell -brew install node@16 +brew install node ``` ### GNU/Linux @@ -34,10 +34,16 @@ brew install node@16 ## Installation +Enable corepack if not already done: + +```shell +corepack enable +``` + In the repository root, run the following command: ```shell -npm install +pnpm install ``` ## Initial configuration @@ -49,7 +55,7 @@ Tweak them to your needs by following the section [configuration files syntax](R ## Start -To start the program, run: `npm start`. +To start the program, run: `pnpm start`. ## Start Web UI