Update README.md

This commit is contained in:
NodeMixaholic 2023-03-09 09:20:27 -06:00 committed by GitHub
parent 4334b45641
commit 3dc00cf916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,11 @@
# F-Stopium # F-Stopium
A basic web browser in Electron. ***Now with our own, functioning adblocker and privacy redirection technologies!*** A basic web browser in Electron. ***Now with our own, functioning adblocker and privacy redirection technologies!***
Supports compiling via electron packager. Install it with: Supports compiling via electron packager. Install and run it with:
```bash ```bash
npm install --save-dev electron-packager npm install --save-dev electron-packager
npm run make
``` ```
A basic Electron application needs just these files: A basic Electron application needs just these files: