From dfcd8073e606e422672f720ff8538a0e7c59ced9 Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Mon, 1 Feb 2021 22:16:37 +0900 Subject: [PATCH] Update README.md to add the "git clone" part for build & install process (#38) Added details needed to build the project (git clone) and install the project (make install). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1a6c6..b8ba98d 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,10 @@ i.e., `ETCDCTL_API=3`. The _etcd-cpp-apiv3_ library could be easily built and installed using cmake, after all above dependencies have been successfully installed: + git clone https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git mkdir build && cd build cmake .. - make -j + make -j && make install ## Compatible etcd version