From 69c76159550a036e515d3a94fe3c1580ebd1b20d Mon Sep 17 00:00:00 2001 From: James Corbett Date: Sun, 28 Apr 2024 17:36:37 -0700 Subject: [PATCH] README: fix typo Problem: the README has a typo and gives instructions that break. Fix it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c3025..9912e22 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ mkdir build mkdir install cd build -cmake -DCMAKE_INSTALL_PREFIX=../install ../kvtree +cmake -DCMAKE_INSTALL_PREFIX=../install ../KVTree make make install make test