Update README.md

This commit is contained in:
2025-07-26 13:23:02 +12:00
parent 1888840629
commit 15cbb88080
+2 -2
View File
@@ -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