diff --git a/llvm/test/VISC/DNN_Benchmarks/README.md b/llvm/test/VISC/DNN_Benchmarks/README.md
index 8cdd79c1d6eb0eff51c066e68184b352e467b8f9..0e5134892e73d97842dc497a7117952ba66fde7c 100644
--- a/llvm/test/VISC/DNN_Benchmarks/README.md
+++ b/llvm/test/VISC/DNN_Benchmarks/README.md
@@ -1,9 +1,11 @@
-
 # Directory Structure
 
 * ./benchmarks: code corresponding to each benchmark
-  ./benchmarks/${BENCH_NAME}/bin/approximate.py - script for running autotuner 
+  *  ./benchmarks/${BENCH_NAME}/bin/approximate.py: script for running autotuner
+  *  ./benchmarks/${BENCH_NAME}/Makefile: benchmark build script
 * ./common:
-  ./common/include: include files
-  ./common/bin: path setup files - modify paths to HPVM Build and SRC as per installation
+  * ./common/include: include files
+  * ./common/bin/setup_tyler_paths.sh: modify paths to HPVM Build and SRC as per installation
+    * REQUIRED to run before building benchmarks 
+   
   
\ No newline at end of file