diff --git a/README.md b/README.md index ac9eb54a32590cfc64732d8cf33e51da5f559e62..3950669d3b54eb49d489003f4a25a924da3f883a 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