From a3fad4f8703a35ac7e1b6c6001fd0213678fac92 Mon Sep 17 00:00:00 2001 From: Dmitrii Zolotarev <dvzolotarev@gmail.com> Date: Sat, 6 Jul 2019 12:05:59 +0700 Subject: [PATCH] Use verbose commands sequence for building after cloning Signed-off-by: Dmitrii Zolotarev <dvzolotarev@gmail.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9eb54a3..3950669d3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Kelvin Blockchain node ## Build -The project uses CMake. To generate a Makefile run in the project root directory `git submodule init && git submodule update --remote && cmake .`. +The project uses CMake. To generate a Makefile run in the project root directory `git submodule init && git submodule update --remote && cmake -S . -B build && cd ./build && make`. Or if don't clone the project yet, run `git clone --recursive <repo>` to clone it with all submodules. Then build the project as a regular CMake project. ### Prerequsites -- GitLab