From 23acf6fdb76b37692a62780571857936e2ab3602 Mon Sep 17 00:00:00 2001 From: Brennan Moore Date: Thu, 13 Jul 2017 09:24:57 -0400 Subject: [PATCH] add note about installing redis or mongo now that they are not always installed --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d2419d..598f1d2 100644 --- a/Readme.md +++ b/Readme.md @@ -33,8 +33,10 @@ Follow [manast](http://twitter.com/manast) for news and updates regarding this l Using npm: -```javascript +```bash npm install acl +# Install redis or mongo if needed +npm install redis mongo ``` ##Documentation