From 12eeff11f7c001ef7a31b4c22cf56958371e69bf Mon Sep 17 00:00:00 2001 From: Ruoyun Huang Date: Tue, 16 Feb 2021 13:47:46 -0800 Subject: [PATCH] Update README.md Fix a minor mistake in installation instruction. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d7c0e2..e2e61dc 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ The _etcd-cpp-apiv3_ library could be easily built and installed using cmake, af dependencies have been successfully installed: git clone https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git + cd etcd-cpp-apiv3 mkdir build && cd build cmake .. make -j && make install