From 03861c89b5e7c3535d3ace49837db0c4587c0c41 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Richter Date: Mon, 12 Oct 2015 22:35:43 +0200 Subject: [PATCH] added hint that installation of redis is necessary for easy out-of-the-box installation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3acf6c..e690a78 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ STDOUT. Check the README there for more details and usages. 1. Download the package, and expand it 2. Explore the settings inside of config.js, but the defaults should be good 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