From 1113488991991da2747aae6bfd969dd56604b4f9 Mon Sep 17 00:00:00 2001 From: benschermel Date: Wed, 25 Jan 2023 11:42:36 -0500 Subject: [PATCH] fix typo & discrepancy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 005d42b07..20adc97fe 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,9 @@ To append a suffix to KeyDB program names, use: ***Note that the following dependencies may be needed: % sudo apt-get install autoconf autotools-dev libnuma-dev libtool -To buik=ld with TLS support, use: +KeyDB by default is built with TLS enabled. To build without TLS support, use: - % make BUILD_TLS=yes + % make BUILD_TLS=no Running the tests with TLS enabled (you will need `tcl-tls` installed):