summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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