X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=336ac71d4db7c99f038fde63da59e2d9b830236d;hb=a90bec52fe3a72ddb90784df8eb542aadf326531;hp=49f799b9eede1da60c67d14fb2c2b1bc918ed696;hpb=a6609c86ed6ac21d51f1b1657d3c17dcdd55af85;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 49f799b9..336ac71d 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,11 @@ brew install node ## Installation -Enable corepack if not already done: +Enable corepack if not already done and install latest pnpm version: ```shell corepack enable +corepack prepare pnpm@latest --activate ``` In the repository root, run the following command: @@ -266,7 +267,8 @@ Section example: ... { "unit": "A", - "measurand": "Current.Import" + "measurand": "Current.Import", + "minimum": "0.5" }, ... {