From 6ee7524e176b0891e84c11721c8f3ac492068f25 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 23 Feb 2025 10:50:39 +0100 Subject: [PATCH] update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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