From 15cbb880803eda8864388189e5113993d4a6e8ef Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Sat, 26 Jul 2025 13:23:02 +1200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 724ee01..7e6e34a 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ A customizable and privacy-focused web browser built with Electron. ```sh cd NebulaBrowser ``` -3. Install dependencies: +3. Install Electron: ```sh - npm install + npm install --save-dev electron@latest ``` ### Running the Application