Skip to content
Snippets Groups Projects
Unverified Commit 0dbbf0a7 authored by Dmitrii Zolotarev's avatar Dmitrii Zolotarev Committed by GitHub
Browse files

Update README.md

parent 04e9fd19
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ Kelvin Blockchain node ...@@ -8,7 +8,7 @@ Kelvin Blockchain node
## Build ## 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`. 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 ### Prerequsites
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment