From eac0779b966c6bf41840256b38b498bf31f7c943 Mon Sep 17 00:00:00 2001 From: TiagoRG Date: Sat, 30 Dec 2023 16:19:05 +0000 Subject: [PATCH] Update dependencies list Signed-off-by: TiagoRG --- README.md | 5 +++++ main.cpp | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1678960..7ee1dc3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Currently creating a local copy of remote files on every push ## Usage +Install the dependencies: + +- [CrowCpp](https://crowcpp.org/master/) +- [nlohmann::json](https://github.com/nlohmann/json) + Compile the application: ```console cmake . diff --git a/main.cpp b/main.cpp index c963507..7ce95bf 100644 --- a/main.cpp +++ b/main.cpp @@ -1,9 +1,9 @@ -#include -#include #include +#include +#include +#include #include #include -#include int main(int argc, char **argv) {