From 6925e13dede5a6fcdb654b4923d0525d4c9c60df Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Tue, 2 Mar 2021 11:11:32 -0300 Subject: [PATCH] Add usage. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.