From 33f5f6dd8575963aa9bb93a643a44306659a3eeb Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sun, 13 Jun 2021 12:56:58 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4ac9a..98a89eb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Clone this repository locally: git clone https://github.com/maximegris/angular-electron.git ``` -Install dependencies with npm: +Install dependencies with npm (used by Electron renderer process): ``` bash npm install @@ -55,6 +55,13 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli npm install -g @angular/cli ``` +Install NodeJS dependencies with npm (used by Electron main process): + +``` bash +cp app/ +npm install +``` + ## To build for development - **in a terminal window** -> npm start