summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-02-05 09:38:41 +0100
committerantirez <antirez@gmail.com>2012-02-05 09:38:41 +0100
commit3508899944aa0797cf52563493b4bc295b0ec2fd (patch)
tree47430f49c4672ca34b97b07aa017a6a315fb055a /INSTALL
parent7441fcdd5639942e9698ab1e20907f0dfb1c9d00 (diff)
downloadredis-3508899944aa0797cf52563493b4bc295b0ec2fd.tar.gz
INSTALL now redirects the user to README
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL31
1 files changed, 1 insertions, 30 deletions
diff --git a/INSTALL b/INSTALL
index 2b9fc4a82..3083f1afd 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 install
-
-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.
+See README