Update README.md

This commit is contained in:
Roman
2014-12-19 23:13:13 +03:00
parent 544cba7374
commit e9de67569d

View File

@ -7,12 +7,12 @@ Installation
------------ ------------
Clone repository: Clone repository:
~~~bash ~~~bash
git clone https://github.com/romixlab/msgpack-qt.git git clone https://github.com/romixlab/qmsgpack.git
~~~ ~~~
Run cmake: Run cmake:
~~~bash ~~~bash
cd msgpack-qt cd qmsgpack
mkdir build mkdir build
cd build cd build
cmake .. cmake ..