diff --git a/README.md b/README.md
index f627e7d0..c986e159 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,24 @@ DejaVu will be presented at [Blackhat Arsenal](https://www.blackhat.com/us-18/ar
- **Client Dockers –** Docker based client container – NBNS client
- **Management Console (Web + DB) –** A centralized console to deploy, administer and configure all the decoys effectively along with logging and alerting dashboard to display detailed information about the alerts generated.
+
+## Source Files
+
+Source files/Scripts are on the following path
+
+```
+├── .
+├── var
+│ ├── www/html/Decoify # Core DejaVu Files
+│ ├── log.sh # Main Log monitoring
+│ ├── dejavufiles # For backup/restore and custom file structure
+│ ├── log/data # To process graph data & Breadcrumb files
+├── etc
+│ ├── rc.local # Bootup Script
+│ ├── startup.sh # Startup script
+│ └── mainlog.sh # Log Monitoring script for TCP/UDP/ICMP
+```
+
## Sneak Peek