From: Daniel Bevenius Date: Thu, 4 Dec 2025 13:17:30 +0000 (+0100) Subject: examples : add missing code block end marker [no ci] (#17756) X-Git-Tag: upstream/0.0.7446~174 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=817d743cc17cf644dab8408eb0f1e6eac89562c1;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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. --- diff --git a/examples/simple-cmake-pkg/README.md b/examples/simple-cmake-pkg/README.md index d7430cc9..0cabc2e7 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