From 2b463e4bf910d5d023ace3cc78a1fdff973d6a59 Mon Sep 17 00:00:00 2001 From: YoungJules Date: Wed, 19 Aug 2026 11:53:06 +0200 Subject: [PATCH] Remove suffix from repo name in build doco --- client/experimental_lib/KGH_TOOLS_BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/experimental_lib/KGH_TOOLS_BUILD.md b/client/experimental_lib/KGH_TOOLS_BUILD.md index bd969dc05..991665b3c 100644 --- a/client/experimental_lib/KGH_TOOLS_BUILD.md +++ b/client/experimental_lib/KGH_TOOLS_BUILD.md @@ -5,7 +5,7 @@ Do this in ProxSpace: ```bash -cd ~/proxmark3_rfrg/client/experimental_lib +cd ~/proxmark3/client/experimental_lib rm -rf build-lite cmake -G "MSYS Makefiles" -S . -B build-lite \ -DSKIPPYTHON=1 \