Skip to content

Commit 4ac40cc

Browse files
committed
update llmapi 0.0.2 & test
1 parent 9af089d commit 4ac40cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ mcpplibs index
66

77
```lua
88
-- 0 - Add mcpplibs's index repos
9-
add_repositories("mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git")
9+
add_repositories("mcpplibs-index https://github.com/mcpplibs/mcpplibs-index.git")
1010

1111
-- 1 - Add the libraries and versions you need
1212
add_requires("templates 0.0.1")
13-
--add_requires("mcpplibs-index@templates 0.0.1")
1413

1514
target("templates_test")
1615
set_kind("binary")

tests/l/llmapi/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_repositories("mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git")
22

3-
add_requires("llmapi 0.0.1")
3+
add_requires("llmapi 0.0.2")
44

55
target("llmapi_test")
66
set_kind("binary")

0 commit comments

Comments
 (0)