X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/70a214c46d00f37b83a4cb944e09a754072a28c9..ae55245d1c88361bb05934da1ad62469885ccca7:/INSTALL diff --git a/INSTALL b/INSTALL index 7c6635aa..3083f1af 100644 --- a/INSTALL +++ b/INSTALL @@ -1,19 +1 @@ -To compile Redis, do the following: - - cd src; make - -The compilation will produce a redis-server binary. -Copy this file where you want. - -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