From 627576d575f24c29e08f72c751fb580374c99ea5 Mon Sep 17 00:00:00 2001 From: jielinxu <52057195+jielinxu@users.noreply.github.com> Date: Thu, 28 Nov 2019 17:36:21 +0800 Subject: [PATCH] Update install.md --- install.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install.md b/install.md index 0e4701f6cf..48ad3d7577 100644 --- a/install.md +++ b/install.md @@ -152,9 +152,10 @@ $ ./start_server.sh `protocol https not supported or disabled in libcurl`. First, make sure you have `libcurl4-openssl-dev` installed in your system. Then try reinstall CMake from source with `--system-curl` option: -```shell -$ ./bootstrap --system-curl -$ make -$ sudo make install -``` + + ```shell + $ ./bootstrap --system-curl + $ make + $ sudo make install + ```