From abacc48a6c677128ea8e6a119dee06c3460e789f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Mon, 12 Oct 2015 13:00:03 +0200 Subject: [PATCH] Readme updated --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 329246f5..ba71c454 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,15 @@ $ ./traceAnalyzer ### DRAMSys Thermal Simulation +Before starting make sure you have a **clean repository** without any previous +automatic generated Makefiles. One way to ensure this is by running the +command below inside your DRAMSys repository, but keep in mind that **all +untracked files will be lost**. + +``` bash +$ git clean -fdx +``` + This feature can be enabled via an environment variable. ``` bash