Update README.md

Added details needed to build the project (git clone) and install the project (make install).
This commit is contained in:
Ashish Billore 2021-02-01 16:27:48 +09:00 committed by GitHub
parent bcf5313eab
commit 5ba0fc1cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 The _etcd-cpp-apiv3_ library could be easily built and installed using cmake, after all above
dependencies have been successfully installed: dependencies have been successfully installed:
git clone https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git
mkdir build && cd build mkdir build && cd build
cmake .. cmake ..
make -j make -j && make install
## Compatible etcd version ## Compatible etcd version