Update README.md

This commit is contained in:
NodeMixaholic 2023-03-09 09:19:50 -06:00 committed by GitHub
parent 7f51dd8b76
commit 4334b45641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,12 @@
# F-Stopium
A basic web browser in Electron. ***Now with our own, functioning adblocker and privacy redirection technologies!***
Supports compiling via electron packager. Install it with:
```bash
npm install --save-dev electron-packager
```
A basic Electron application needs just these files:
- `package.json` - Points to the app's main file and lists its details and dependencies.