diff --git a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-in-reporting-mode.md b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-in-reporting-mode.md index 38a4182bf2..1febf79336 100644 --- a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-in-reporting-mode.md +++ b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-in-reporting-mode.md @@ -116,7 +116,6 @@ NuDB is installed as part of your `rippled` build setup and does not require any *macOS* - cmake -B build -G "Unix Makefiles" -Dreporting=ON -DCMAKE_BUILD_TYPE=Debug cmake --build build --parallel $(nproc)