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) {