fix typo & discrepancy

This commit is contained in:
benschermel 2023-01-25 11:42:36 -05:00
parent 694fc59f2a
commit 1113488991

View File

@ -141,9 +141,9 @@ To append a suffix to KeyDB program names, use:
***Note that the following dependencies may be needed: ***Note that the following dependencies may be needed:
% sudo apt-get install autoconf autotools-dev libnuma-dev libtool % 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` Running the tests with TLS enabled (you will need `tcl-tls`
installed): installed):