Readme updated

This commit is contained in:
Éder F. Zulian
2015-10-12 13:00:03 +02:00
parent c37c9b3544
commit abacc48a6c

View File

@@ -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