mirror of https://github.com/vector-im/riot-web
Desktop instructions: `npm run build`, not dist
Clarify that you only need to run build rather than dist to run the electron app. Hopefully satisfies: https://github.com/vector-im/riot-web/pull/3237pull/3282/head
parent
5c87b8045a
commit
feb8115d24
|
@ -117,7 +117,8 @@ built it yourself.
|
||||||
|
|
||||||
To run as a desktop app:
|
To run as a desktop app:
|
||||||
|
|
||||||
1. Follow the instructions in 'Building From Source' above
|
1. Follow the instructions in 'Building From Source' above, but run
|
||||||
|
`npm run build` instead of `npm run dist` (since we don't need the tarball).
|
||||||
2. Install electron and run it:
|
2. Install electron and run it:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue