build(simulator): switch to pnpm
[e-mobility-charging-stations-simulator.git] / README.md
index 99451a43ccd8a0545c1dd95a17e2a5bc6a8ea8e5..5ce15084b9297da8eb2e51046db553f5f3809cf0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ brew install node@16
 In the repository root, run the following command:
 
 ```shell
-npm install
+pnpm install
 ```
 
 ## Initial configuration
@@ -49,7 +49,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