From 817d743cc17cf644dab8408eb0f1e6eac89562c1 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 4 Dec 2025 14:17:30 +0100 Subject: [PATCH] examples : add missing code block end marker [no ci] (#17756) This commit adds the missing code block end marker in simple-cmake-pkg to correct the formatting. --- examples/simple-cmake-pkg/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/simple-cmake-pkg/README.md b/examples/simple-cmake-pkg/README.md index d7430cc9c2..0cabc2e775 100644 --- a/examples/simple-cmake-pkg/README.md +++ b/examples/simple-cmake-pkg/README.md @@ -18,6 +18,7 @@ cd llama.cpp cmake -S . -B build cmake --build build cmake --install build --prefix inst +``` ### Build simple-cmake-pkg