From 652af9d2a8e796e16229c814a43b2571cd974c7a Mon Sep 17 00:00:00 2001 From: CJ Cobb <46455409+cjcobb23@users.noreply.github.com> Date: Thu, 14 Oct 2021 15:31:31 -0400 Subject: [PATCH] Remove mention of rippled as submodule --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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= ..