X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/aaada3f962a9f87fb239e55e3d26c1e794d411d5..d9fac6c07a08c577d70f529a612ae87e101ebbdb:/INSTALL diff --git a/INSTALL b/INSTALL index 7c6635aa..9bce0b2e 100644 --- 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: