summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRafi Einstein <rafi@redislabs.com>2020-10-01 10:56:23 +0300
committerGitHub <noreply@github.com>2020-10-01 10:56:23 +0300
commitb8187d39fb3eb1cbd2b0346a1e39b68f6ab3029c (patch)
tree5198fb091c009395006c3e261535a51c1b8059f8 /README.md
parent8fb89a572892e600146bd933c4f8f99d46a519c7 (diff)
downloadredis-b8187d39fb3eb1cbd2b0346a1e39b68f6ab3029c.tar.gz
Makefile: enable program suffixes via PROG_SUFFIX (#7868)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1cd3b87a..d892f4881 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,10 @@ as libsystemd-dev on Debian/Ubuntu or systemd-devel on CentOS) and run:
% make USE_SYSTEMD=yes
+To append a suffix to Redis program names, use:
+
+ % make PROG_SUFFIX="-alt"
+
You can run a 32 bit Redis binary using:
% make 32bit