djveremix / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

README should include build instructions #277

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. tar xzf redis-1.2.6.tar.gz
2. cd redis-1.2.6
3. cat README

What is the expected output? What do you see instead?

I recommend:
To build Redis, run
$ make
For further information check the 'doc' directory. doc/README.html is a good 
starting point :)

Current README only points to doc/README.html, which does not include build 
instructions. Yes, building Redis is simple, but I can't learn that it's simple 
to build (or confirm my memory) without going to the wiki.

Original issue reported on code.google.com by kevin...@gmail.com on 8 Jul 2010 at 9:44

GoogleCodeExporter commented 8 years ago
Thanks, this is now fixed in Redis master

Original comment by anti...@gmail.com on 31 Aug 2010 at 9:43