X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/0d1650f8a9ee2df13a11685ff0eb739305b4fe1b..9aba884b348432a3ef802723a5f6692b353bbaa8:/INSTALL?ds=sidebyside

diff --git a/INSTALL b/INSTALL
index 2b9fc4a8..3083f1af 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