瀏覽代碼

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 月之前
父節點
當前提交
817d743cc1
共有 1 個文件被更改,包括 1 次插入0 次删除
  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