From fe574b008bb29b134a916213920641cf87dcb0d1 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Dec 2016 19:05:25 +0000 Subject: [PATCH] Credit aviral & other options for native riot --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e7e13ac3ea..308213a17f 100644 --- a/README.md +++ b/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 ===========