Fix README.md formatting

This commit is contained in:
Ashik K 2023-03-11 20:57:36 +01:00
parent 377ef52e46
commit 780c8be1e6
1 changed files with 9 additions and 5 deletions

View File

@ -1,14 +1,18 @@
How to build?
-------------
Dependencies: curlpp, rapidjson Dependencies: curlpp, rapidjson
To build please do: To build please do:
mkdir build mkdir build
cd build cd build
cmake .. cmake ..
make make
How to use? How to use?
----------- -----------
1. First run the fetch_all binary with your api key as argument. 1. First run the fetch_all binary with your api key as argument.
It will fetch the json data into your local folder. It will fetch the json data into your local folder.
@ -16,7 +20,7 @@ How to use?
download all the images). download all the images).
3. Run the "genexifall" script- Supply the folder name 3. Run the "genexifall" script- Supply the folder name
containing the dwnloaded images as parameter. containing the downloaded images as parameter.
4. Run parser again without any arguments. 4. Run parser again without any arguments.
You should get the out.csv file generated at this step You should get the out.csv file generated at this step