diff --git a/README.md b/README.md index 9c66f38..6026110 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ### How To Run CMD: ###### pip3 install -r requirements.txt ###### Create "EXCHANGE_CONFIG.json" & "EXCHANGE_EXTRACT_SQL.json" in the config file and input the config value +###### python3 main.py ###### Example:- EXCHANGE_CONFIG.json ``` { @@ -33,7 +34,7 @@ "products" : "SELECT * FROM products;" } ``` -###### python3 main.py +### Project Tree ``` data-management