From 8dcec3bf2565fb468725f2b9685a65f83cd3bcf6 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 9 Jun 2011 12:27:54 +0200 Subject: [PATCH] INSTALL now points the user to the README file --- INSTALL | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/INSTALL b/INSTALL index 9bce0b2e18..8a317d27b1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,30 +1 @@ -To compile Redis, do the following: - - cd src; make - -The compilation will produce a redis-server binary. - -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: - - /path/to/redis-server - -This will start a Redis server with the default configuration. - -Otherwise if you want to provide your configuration use: - - /path/to/redis-server /path/to/redis.conf - -You can find an example redis.conf file in the root directory -of this source distribution. +Please check the README file.