added hint that installation of redis is necessary for easy out-of-the-box installation

This commit is contained in:
Karl-Philipp Richter 2015-10-12 22:35:43 +02:00
parent 6c31389327
commit 03861c89b5
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ STDOUT. Check the README there for more details and usages.
1. Download the package, and expand it 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, but the defaults should be good
3. `npm install` 3. `npm install`
4. `npm start` 4. install the `redis` storage using your system package manager or with `npm install redis`
5. `npm start`
## Settings ## Settings