diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0c2324 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# SimpleProtocolLib + +Network engine used to (mainly) communicate with packets + +# Integrate with xmake + +```lua +add_repositories("persson-repo https://git.ale-pri.com/Persson-dev/xmake-repo.git") +add_requires("splib", { debug = is_mode("debug") }) +``` \ No newline at end of file