diff --git a/README.md b/README.md index 2fdccb2fc..65157078e 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,9 @@ The different clio servers that are using the same dataset do not know about eac 2. Access to one or more rippled nodes. Can be local or remote. ## Building -clio is built with cmake. clio requires c++20, and boost 1.75.0 or later. clio includes rippled as a submodule. +clio is built with cmake. clio requires c++20, and boost 1.75.0 or later. ``` -git submodule update --init --recursive mdkir build cd build cmake -DCMAKE_C_COMPILER= -DCMAKE_CXX_COMPILER= -DBOOST_ROOT= ..