From 98bbea72d2565d2a8e69e371f5b2a8a6a5294154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 27 Sep 2015 02:10:19 +0200 Subject: [PATCH] Fix README --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index e694d1a..0d9119d 100644 --- a/README +++ b/README @@ -29,11 +29,9 @@ Build dependencies: CMake, pkg-config, help2man, libmagic, liberty (included), http-parser (included) Runtime dependencies: libev, Jansson - $ git clone https://github.com/pjanouch/acid.git - $ git submodule init - $ git submodule update - $ mkdir build - $ cd build + $ git clone --recursive https://github.com/pjanouch/acid.git + $ mkdir acid/build + $ cd acid/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug $ make