Update desktop build instructions fixes #2792
This is based on what I had to do to get the desktop app running, as per the advice in https://github.com/vector-im/riot-web/issues/2792. I am not familiar with `npm`, so please change this pull request if there is a more appropriate way of achieving the same result.
This commit is contained in:
parent
ff70b0a2c8
commit
e741a4f294
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ To run as a desktop app:
|
||||||
```
|
```
|
||||||
npm install
|
npm install
|
||||||
npm install electron
|
npm install electron
|
||||||
|
npm run build
|
||||||
node_modules/.bin/electron .
|
node_modules/.bin/electron .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue