From 9db78fd6957b2108235a483094be20b90425401c Mon Sep 17 00:00:00 2001 From: Ashik K Date: Sat, 11 Mar 2023 20:57:36 +0100 Subject: [PATCH] Fix README.md formatting --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4cf6ba..add9181 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ +** How to Compil e* + Dependencies: curlpp, rapidjson To build please do: -mkdir build -cd build -cmake .. -make +mkdir build +cd build +cmake .. +make + +** How to use? ** -How to use? ------------ 1. First run the fetch_all binary with your api key as argument. It will fetch the json data into your local folder.