From e6c3de3d7d7d1fe5560edf66a739f09a4c681e21 Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Sun, 3 Sep 2023 12:52:36 +0200 Subject: [PATCH] add required librarys to markdownfile --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b5aad61..7a04219 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ autom is a command-line tool for executing shell scripts, independent of the wor - gcc - make +## Libraries +- [nlohmann/json](https://github.com/nlohmann/json) + ## Compilation 1. Clone or download the QuickNote repository.