From ddf99cfc2bb2ac01dc2629c3cc27a9434942b17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 27 Sep 2015 01:56:26 +0200 Subject: [PATCH] Fix README --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index 1a5054b..a1cc421 100644 --- a/README +++ b/README @@ -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