Add "run with npm" section

This commit is contained in:
Nick Denry 2019-04-27 03:48:58 +03:00
parent 4564757c0c
commit 87b71164ee
1 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#### Jabber/XMPP client based on Converse.js and Electron #### 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. A very basic integration of [Converse.js](https://conversejs.org/) and Electron. With OMEMO.
#### Screenshots and feautures #### 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) - [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) - [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
```