Skip to content

Commit

Permalink
feat(core): update electron
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jun 25, 2022
1 parent e55611c commit a280db3
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 135 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ By default we recomended using desktop version of application. [<b>Download and
Clone repository, then make sure that you have Node.js and NPM (with Node.js) installed in your system, then install all needed packages:

```bash
npm install
npm install --force
```
and start master develop branch version:
```bash
Expand All @@ -65,7 +65,7 @@ Beside default desktop cross-platform client, also exist separated webUI that ca
Clone repository, then make sure that you have Node.js and NPM (with Node.js) installed in your system, then:

```bash
npm install
npm install --force
```

Then compile web version:
Expand Down
Loading

0 comments on commit a280db3

Please sign in to comment.