Update README.md (#47)

Fix a minor mistake in installation instruction.
This commit is contained in:
Ruoyun Huang 2021-02-17 07:17:34 -08:00 committed by GitHub
parent 38366fc5c3
commit c18092c576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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