]> git.saurik.com Git - redis.git/blobdiff - INSTALL
master branch merged into scripting.
[redis.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7c6635aa1a38edfd5361a481434ac2ab4b6b19c1..2b9fc4a82fd2128d13d3d4a0b55f06f836cb9bf6 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 install
+
+to have the binaries in /some/other/directory/bin.
 
 Run the server using the following command line: