Fix README.md formatting
This commit is contained in:
parent
377ef52e46
commit
8183b6aeea
14
README.md
14
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue