From 8183b6aeea9152799686e454a5b452e4263b042f 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, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4cf6ba..23cb6ff 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ +How to Compile +------------- + Dependencies: curlpp, rapidjson To build please do: -mkdir build -cd build -cmake .. -make +mkdir build +cd build +cmake .. +make 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.