Fix README

This commit is contained in:
Přemysl Eric Janouch 2015-09-27 01:56:26 +02:00
parent ac5c2f40a2
commit ddf99cfc2b
1 changed files with 3 additions and 5 deletions

8
README
View File

@ -30,11 +30,9 @@ Build dependencies: CMake, pkg-config, help2man,
liberty (included), http-parser (included)
Runtime dependencies: libev, Jansson, cURL, readline, openssl
$ git clone https://github.com/pjanouch/json-rpc-shell.git
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ git clone --recursive https://github.com/pjanouch/json-rpc-shell.git
$ mkdir json-rpc-shell/build
$ cd json-rpc-shell/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
$ make