build: switch to latest pnpm version with related formats
[e-mobility-charging-stations-simulator.git] / README.md
index 49f799b9eede1da60c67d14fb2c2b1bc918ed696..ab751e3cb3af2f2e50c7b8992d2ad4eeaf567120 100644 (file)
--- 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: