From 87b71164eee9c326a0c03b81025a44a7f294012e Mon Sep 17 00:00:00 2001 From: Nick Denry Date: Sat, 27 Apr 2019 03:48:58 +0300 Subject: [PATCH] Add "run with npm" section --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 162128b..c197421 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ #### Jabber/XMPP client based on Converse.js and Electron -It should happen once. +It should happen once. A very basic integration of [Converse.js](https://conversejs.org/) and Electron. With OMEMO. #### Screenshots and feautures @@ -25,3 +25,12 @@ See [CHANGES.md](https://github.com/nick-denry/Chimeverse/blob/master/CHANGES.md - [Chimeverse-0.0.15-x64.dmg](https://github.com/nick-denry/Chimeverse/releases/download/0.0.15/Chimeverse-0.0.15-x64.dmg) - [All releases](https://github.com/nick-denry/Chimeverse/releases) +#### Run with npm + +``` +git clone https://github.com/nick-denry/Chimeverse.git +cd Chimeverse +npm i +$(npm bin)/electron-rebuild +npm start +```