docs(readme): added using library to readme

This commit is contained in:
Mineplay 2026-01-22 22:27:06 +01:00
parent f664ea73e7
commit 827c93608c

View file

@ -66,3 +66,7 @@ Ensure you have the following installed on your system:
This will both generate the library and test files. This will both generate the library and test files.
## Using the library ## 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.