Explorar o código

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.
Daniel Bevenius hai 1 mes
pai
achega
817d743cc1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/simple-cmake-pkg/README.md

+ 1 - 0
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