docs(readme): setup readme file #12

Merged
Mineplay merged 5 commits from QN-4 into main 2026-01-22 15:28:27 -06:00
Showing only changes of commit 827c93608c - Show all commits

View file

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