This commit is contained in:
Vitaly Novichkov 2018-10-05 17:42:16 +00:00 committed by GitHub
commit a9adc78e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ node_modules
*.swo
data
*.DS_Store
config.js

View File

@ -29,7 +29,7 @@ STDOUT. Check the README there for more details and usages.
## Installation
1. Download the package, and expand it
2. Explore the settings inside of config.js, but the defaults should be good
2. Explore the settings inside of `config.js.example` and save it as `config.js`, but the defaults should be good
3. `npm install`
4. `npm start`