From 827c93608c105db5fd79ee99b9cd7bc657ff4552 Mon Sep 17 00:00:00 2001 From: Mineplay Date: Thu, 22 Jan 2026 22:27:06 +0100 Subject: [PATCH] docs(readme): added using library to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a7edaa..28b0f9f 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,8 @@ Ensure you have the following installed on your system: This will both generate the library and test files. -## Using the library \ No newline at end of file +## Using the library + +The library file can be found in the ./build/Release folder as qnet.lib for windows and in ./build folder as libqnet.a for linux. To use the library file you will need to copy the qnet folder containing the header files and follow the setup process for a library in the build system you are using. + +For more info about how to use the library see the documentation folder named docs. \ No newline at end of file