From 7ec944ea298035be640db139e1faf33ecda6012c Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 15 Aug 2015 07:47:21 +0200 Subject: [PATCH] Note optional hiredis requirement closes #1 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5feb832..231d8e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # recorder Recorder + +## Requirements + +* [hiredis](https://github.com/redis/hiredis) unless `HAVE_REDIS` is false. + +## Installation + +1. Edit `config.h` +2. Type `make`