summaryrefslogtreecommitdiff
path: root/examples/main-cmake-pkg/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/main-cmake-pkg/README.md')
-rw-r--r--examples/main-cmake-pkg/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/main-cmake-pkg/README.md b/examples/main-cmake-pkg/README.md
index a88e92f2..08d83dd0 100644
--- a/examples/main-cmake-pkg/README.md
+++ b/examples/main-cmake-pkg/README.md
@@ -1,6 +1,6 @@
# llama.cpp/example/main-cmake-pkg
-This program builds the [main](../main) application using a relocatable CMake package. It serves as an example of using the `find_package()` CMake command to conveniently include [llama.cpp](https://github.com/ggerganov/llama.cpp) in projects which live outside of the source tree.
+This program builds [llama-cli](../main) using a relocatable CMake package. It serves as an example of using the `find_package()` CMake command to conveniently include [llama.cpp](https://github.com/ggerganov/llama.cpp) in projects which live outside of the source tree.
## Building
@@ -20,7 +20,7 @@ cmake --build build --config Release
cmake --install build --prefix C:/LlamaCPP
```
-### Build main-cmake-pkg
+### Build llama-cli-cmake-pkg
```cmd