From 5ba0fc1cbeed3450fa0b6fa7a10028fb0b8e297f Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Mon, 1 Feb 2021 16:27:48 +0900 Subject: [PATCH] Update README.md 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