From 0dbbf0a7f56b49209501ab22863dbea55d602766 Mon Sep 17 00:00:00 2001 From: Dmitrii Zolotarev <dvzolotarev@gmail.com> Date: Sat, 6 Jul 2019 12:09:55 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a37ee35f..69fb3acc6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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 -S . -B build && cd ./build && make`. -Or if you 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. +Or if you 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 with command `cmake -S . -B build && cd ./build && make`. ### Prerequsites -- GitLab