We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19c6641 + b0c3841 commit e058f76Copy full SHA for e058f76
README-zh.md
@@ -1,4 +1,4 @@
1
-# Polaris Lua based on C++
+# Polaris Lua
2
3
[English Document](./README.md)
4
README.md
[中文文档](./README-zh.md)
@@ -37,3 +37,4 @@ Based on the existing C++ sdk [polaris-cpp](https://github.com/polarismesh/polar
37
4. Execute `bash pre_build.sh`
38
5. Execute `make` to generate `polariswrapper.so`
39
6. 将`polariswrapper.so`,`polaris.lua` 文件上传到 OpenResty 项目的合适路径,编写自己的业务 lua 文件使用,业务lua的编写示例可参考测试用例 `test_polaris_sdk_lua_wrapper.lua`
40
+
0 commit comments