Update README.md

fix typo
This commit is contained in:
Maxime GRIS
2021-07-17 16:30:18 +02:00
committed by GitHub
parent c7dbb3f947
commit c385d6aba1

View File

@@ -58,7 +58,7 @@ npm install -g @angular/cli
*Install NodeJS dependencies with npm (used by Electron main process):* *Install NodeJS dependencies with npm (used by Electron main process):*
``` bash ``` bash
cp app/ cd app/
npm install npm install
``` ```