forked from matrix/element-web
README.md: fix GFMD for nativefier
GitHub Flavoured MarkDown parsed this as `sudo npm install nativefier -g nativefier https://riot.im/app/` which is incorrect.
This commit is contained in:
parent
1e7e9d6101
commit
9ae86f2585
|
@ -140,10 +140,11 @@ Many thanks to @aviraldg for the initial work on the electron integration.
|
||||||
Other options for running as a desktop app:
|
Other options for running as a desktop app:
|
||||||
* https://github.com/krisak/vector-electron-desktop
|
* https://github.com/krisak/vector-electron-desktop
|
||||||
* @asdf:matrix.org points out that you can use nativefier and it just works(tm)
|
* @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/
|
sudo npm install nativefier -g
|
||||||
```
|
nativefier https://riot.im/app/
|
||||||
|
```
|
||||||
|
|
||||||
Development
|
Development
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in New Issue