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:
joelostblom 2016-12-22 14:53:03 -05:00 committed by GitHub
parent ff70b0a2c8
commit e741a4f294

View file

@ -104,6 +104,7 @@ To run as a desktop app:
```
npm install
npm install electron
npm run build
node_modules/.bin/electron .
```