summaryrefslogtreecommitdiffhomepage
path: root/BuildInstructions.md
diff options
context:
space:
mode:
Diffstat (limited to 'BuildInstructions.md')
-rw-r--r--BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index 9bf2f2eda9..18eba2977c 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -329,7 +329,7 @@ This section is for building the desktop app individually.
1. Install all the JavaScript dependencies by running:
```bash
- npm install -w mullvad-vpn
+ npm run install
```
1. Start the Electron app in development mode by running: