summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-09-01 21:31:37 +0300
committerGitHub <noreply@github.com>2020-09-01 21:31:37 +0300
commit747b4004eaf49b40a25f9b4f78f57b6328f015c7 (patch)
tree367d421b3477b825531b654bca28f1b545114407 /README.md
parentb35d6e5cffb895ab6cbbd9e5e56ef00299b1359e (diff)
downloadredis-747b4004eaf49b40a25f9b4f78f57b6328f015c7.tar.gz
fix README about BUILD_WITH_SYSTEMD usage (#7739)
BUILD_WITH_SYSTEMD is an internal variable. Users should use USE_SYSTEMD=yes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c0dbf525..e80b81c52 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ libssl-dev on Debian/Ubuntu) and run:
To build with systemd support, you'll need systemd development libraries (such
as libsystemd-dev on Debian/Ubuntu or systemd-devel on CentOS) and run:
- % make BUILD_WITH_SYSTEMD=yes USE_SYSTEMD=yes
+ % make USE_SYSTEMD=yes
You can run a 32 bit Redis binary using: