X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/70a214c46d00f37b83a4cb944e09a754072a28c9..64c7499eb88040c26aba264ab52756fd764d8fa4:/INSTALL diff --git a/INSTALL b/INSTALL index 7c6635aa..2b9fc4a8 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 install + +to have the binaries in /some/other/directory/bin. Run the server using the following command line: