]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
examples : add missing code block end marker [no ci] (#17756)
authorDaniel Bevenius <redacted>
Thu, 4 Dec 2025 13:17:30 +0000 (14:17 +0100)
committerGitHub <redacted>
Thu, 4 Dec 2025 13:17:30 +0000 (14:17 +0100)
This commit adds the missing code block end marker in simple-cmake-pkg
to correct the formatting.

examples/simple-cmake-pkg/README.md

index d7430cc9c2083622b6c760a38adba48a5edd1c1d..0cabc2e775db95e86593c026af2f7b0eb2434687 100644 (file)
@@ -18,6 +18,7 @@ cd llama.cpp
 cmake -S . -B build
 cmake --build build
 cmake --install build --prefix inst
+```
 
 ### Build simple-cmake-pkg