Merge pull request #2755 from Mikaela/readme-nativefier

README.md: fix GFMD for nativefier
pull/2790/head
Matthew Hodgson 2016-12-22 02:37:17 +00:00 committed by GitHub
commit 6d4abac016
1 changed files with 5 additions and 4 deletions

View File

@ -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
=========== ===========