From 13487a1498feb18ad5a4005d690972489ae6ba50 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Wed, 28 Aug 2024 23:42:52 -0600 Subject: [PATCH] Removed extra line from README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 228ab32..22c64eb 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,6 @@ And then build the binaries (check the "build" directory): ```bash # Start by cloning the repo, then... git clone https://github.com/davidallendj/gdpm && cd gdpm -cd gdpm # ... if using CMake with Ninja instead (preferred and tested)... cmake -B build -S . -D CMAKE_EXPORT_COMPILE_COMMANDS=1 -D CMAKE_BUILD_TYPE=Release -G Ninja