diff --git a/README.md b/README.md index 9dd2c09..ab9db3c 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,8 @@ $ make -j$(nproc -n) ``` ## Debug -For debug add `#define DEBUG` before the `#include` of a header-only library. \ No newline at end of file +For debug add `#define DEBUG` before the `#include` of a header-only library. + +## Usage +Q: How can I use these libraries on my project? +A: Just copy and paste the header-only library file to your project.