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