Update README.md (#47)
Fix a minor mistake in installation instruction.
This commit is contained in:
parent
38366fc5c3
commit
c18092c576
|
|
@ -66,6 +66,7 @@ The _etcd-cpp-apiv3_ library could be easily built and installed using cmake, af
|
||||||
dependencies have been successfully installed:
|
dependencies have been successfully installed:
|
||||||
|
|
||||||
git clone https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git
|
git clone https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git
|
||||||
|
cd etcd-cpp-apiv3
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j && make install
|
make -j && make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue