From dfe6eae59f59f33a1f1c7994e5df11d148a8a44b Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 4 Jun 2016 17:32:57 +0200 Subject: [PATCH] Update build.md --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 62bfa9b..9ea25ec 100644 --- a/doc/build.md +++ b/doc/build.md @@ -43,7 +43,7 @@ If you want to compile with Redis support (recommended - Redis is easy to use) t ./build.sh -If you want to build without support for Redis then build with the `--no-redis` flag +If you want to build without support for Redis then build with the `--no-redis` flag: ./build.sh --no-redis