Sfoglia il codice sorgente

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 1 mese fa
parent
commit
817d743cc1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 -S . -B build
 cmake --build build
 cmake --build build
 cmake --install build --prefix inst
 cmake --install build --prefix inst
+```
 
 
 ### Build simple-cmake-pkg
 ### Build simple-cmake-pkg