diff --git a/README.md b/README.md index 10e7343..e25da11 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ npm install -g @angular/cli *Install NodeJS dependencies with npm (used by Electron main process):* ``` bash -cp app/ +cd app/ npm install ```