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

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