Add --with-redis flag to list of available build flags in README.

This commit is contained in:
Daniel Huckstep 2011-05-10 15:33:07 -07:00
parent 40774549e1
commit 0e0f4fdeee

View File

@ -88,6 +88,9 @@ The waf build system for libgit2 accepts the following flags:
--with-sqlite
Enable sqlite support.
--with-redis
Enable redis support.
You can run `./waf --help` to see a full list of install options and
targets.