]> git.saurik.com Git - redis.git/blobdiff - INSTALL
Merge remote branch 'pietern/cli-monitor'
[redis.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7c6635aa1a38edfd5361a481434ac2ab4b6b19c1..9bce0b2e189e5f4cce79116841e466cbf6400c25 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,18 @@ To compile Redis, do the following:
     cd src; make
 
 The compilation will produce a redis-server binary.
-Copy this file where you want.
+
+To install Redis, use
+
+    make install
+
+and all the binaries will be installed on /usr/local/bin.
+
+Alternatively:
+
+    make PREFIX=/some/other/directory
+
+to have the binaries in /some/other/directory/bin.
 
 Run the server using the following command line: