Update README.md
This commit is contained in:
parent
7f51dd8b76
commit
4334b45641
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue