From aab093848fa22cb07204911a602402c2bbc98f68 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Fri, 24 Sep 2010 20:26:11 -0700 Subject: [PATCH] Put npm install instructions right up top. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 09954dacd3..f9579a669b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ although it probably will. This client supports MULTI and PUBLISH/SUBSCRIBE. +Install with: + + npm install redis + ## Why? `node_redis` works in the latest versions of node, is published in `npm`, and is very fast, particularly for small responses.