From 16a9638e3e248cd4f7676f34065942474394f338 Mon Sep 17 00:00:00 2001 From: Tao He Date: Wed, 15 Mar 2023 10:12:59 +0800 Subject: [PATCH] Fixes a markup error in README.md Signed-off-by: Tao He --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ba367..b198030 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ i.e., `ETCDCTL_API=3`. brew install grpc protobuf - + When building grpc from source code (e.g., on [Ubuntu 18.04][https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/blob/master/.github/workflows/build-test.yml#L73] + + When building grpc from source code (e.g., on [Ubuntu 18.04](https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/blob/master/.github/workflows/build-test.yml#L73) and on [CentOS](https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/blob/master/.github/workflows/centos-latest.yml#L44-L67)), if the system-installed openssl is preferred, you need to add `-DgRPC_SSL_PROVIDER=package` when building gRPC with CMake.