diff --git a/README.md b/README.md
index 2a37ee35f5ef04413d3db8cea300e194db65dbb6..69fb3acc68ae696217e8efcb58839a92c4d3abb4 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