mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Credit aviral & other options for native riot
This commit is contained in:
parent
f7cd5cb76f
commit
fe574b008b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -158,6 +158,16 @@ node_modules/.bin/build -l --x64
|
|||
|
||||
All electron packages go into `electron/dist/`
|
||||
|
||||
Many thanks to @aviraldg for the initial work on the electron integration.
|
||||
|
||||
Other options for running as a desktop app:
|
||||
* https://github.com/krisak/vector-electron-desktop
|
||||
* @asdf:matrix.org points out that you can use nativefier and it just works(tm)
|
||||
```
|
||||
sudo npm install nativefier -g
|
||||
nativefier https://riot.im/app/
|
||||
```
|
||||
|
||||
Development
|
||||
===========
|
||||
|
||||
|
|
Loading…
Reference in a new issue