forked from matrix/element-web
Update README with npm run electron
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a09f890619
commit
1ed1080bf3
|
@ -135,8 +135,7 @@ To run as a desktop app:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install electron
|
npm install electron
|
||||||
npm run install:electron
|
npm run electron
|
||||||
node_modules/.bin/electron .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To build packages, use electron-builder. This is configured to output:
|
To build packages, use electron-builder. This is configured to output:
|
||||||
|
|
Loading…
Reference in New Issue